Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 restriction status of a cloudPcSupportedRegion, including the CPU provisioning status, GPU provisioning status, and nested virtualization provisioning status.
Properties
Property | Type | Description |
---|---|---|
cPURestricted | Boolean | Indicates that the region is restricted for Cloud PC CPU provisioning. True indicates that Cloud PC provisioning with CPU isn't available in this region. false indicates that it's available. The default value is false . Read-only. |
gPURestricted | Boolean | Indicates that the region is restricted for Cloud PC GPU provisioning. True indicates that Cloud PC provisioning with GPU isn't available in this region. false indicates that it's available. The default value is false . Read-only. |
nestedVirtualizationRestricted | Boolean | Indicates that the region is restricted for Cloud PC nested virtualization provisioning. True indicates that Cloud PC provisioning with nested virtualization isn't available in this region; false indicates that it's available. The default value is false . Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcSupportedRegionRestrictionDetail",
"cPURestricted": "Boolean",
"gPURestricted": "Boolean",
"nestedVirtualizationRestricted": "Boolean"
}