cloudPcSourceDeviceImage 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 the source image associated with your Azure subscription.
Properties
Property | Type | Description |
---|---|---|
displayName | String | The display name for the source image. Read-only. |
resourceId | String | The fully qualified unique identifier (ID) of the source image resource in Azure. The ID format is: "/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}". Read-only. |
subscriptionDisplayName | String | The display name of the subscription that hosts the source image. Read-only. |
subscriptionId | String | The unique identifier (ID) of the subscription that hosts the source image. Read-only. |
id (deprecated) | String | The unique identifier (ID) of the source image. Read-only. The id property is deprecated and will stop returning data on January 31, 2024. Going forward, use the resourceId property. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcSourceDeviceImage",
"displayName": "String",
"id": "String (identifier)",
"resourceId": "String (identifier)",
"subscriptionDisplayName": "String",
"subscriptionId": "String"
}