cloudPcSharedUseServicePlan resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a shared-use service plan that can be used by up to three Cloud PCs.
Methods
Method | Return type | Description |
---|---|---|
List cloudPcSharedUseServicePlans | cloudPcSharedUseServicePlan collection | Get a list of the cloudPcSharedUseServicePlan objects and their properties. |
Get cloudPcSharedUseServicePlan | cloudPcSharedUseServicePlan | Read the properties and relationships of a cloudPcSharedUseServicePlan object. |
Properties
Property | Type | Description |
---|---|---|
displayName | String | The display name of the shared-use service plan. |
id | String | The unique identifier for the shared-use service plan. |
totalCount | Int32 | Total number of shared-use service plans purchased by the customer. |
usedCount | Int32 | The number of service plans that the account uses. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.cloudPcSharedUseServicePlan",
"displayName": "String",
"id": "String (identifier)",
"usedCount": "Int32",
"totalCount": "Int32"
}
Feedback
Submit and view feedback for