cloudPcSharedUseServicePlan resource type (deprecated)

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.

Caution

The cloudPcSharedUseServicePlan resource is deprecated and stopped returning data on April 24, 2024. Going forward, use the cloudPcFrontLineServicePlan.

Represents a shared-use service plan available for use 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"
}