Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update delegatedadminservicemanagementdetail.md #9208

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Contains the management details of a service in the customer tenant that's manag
## Methods
|Method|Return type|Description|
|:---|:---|:---|
|[List delegatedAdminServiceManagementDetails](../api/delegatedadmincustomer-list-servicemanagementdetails.md)|[delegatedAdminServiceManagementDetail](delegatedadminservicemanagementdetail.md)|Get a list of the **delegatedAdminServiceManagementDetail** objects and their properties.|
|[List delegatedAdminServiceManagementDetails](../api/delegatedadmincustomer-list-servicemanagementdetails.md)|[delegatedAdminServiceManagementDetail](delegatedadminservicemanagementdetail.md) collection|Get a list of the **delegatedAdminServiceManagementDetail** objects and their properties.|


## Properties
|Property|Type|Description|
|:---|:---|:---|
|id|String|The identifier of a managed service. Read-only.|
|serviceName|String|The name of a managed service. Read-only.|
|serviceManagementUrl|String|The URL of the management portal for the managed service. Read-only.|
|serviceName|String|The name of a managed service. Read-only.|

## Relationships
None.

## JSON representation
Here's a JSON representation of the resource.
The following JSON representation shows the resource type.
<!-- {
"blockType": "resource",
"keyProperty": "id",
Expand All @@ -43,7 +43,7 @@ Here's a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.delegatedAdminServiceManagementDetail",
"id": "String (identifier)",
"serviceName": "String",
"serviceManagementUrl": "String"
"serviceManagementUrl": "String",
"serviceName": "String"
}
```
Loading