ProximityPlacementGroupProperties interface
Describes the properties of a Proximity Placement Group.
Properties
| colocation |
Describes colocation status of the Proximity Placement Group. |
| intent | Specifies the user intent of the proximity placement group. |
| proximity |
Specifies the type of the proximity placement group. |
Property Details
colocationStatus
Describes colocation status of the Proximity Placement Group.
colocationStatus?: InstanceViewStatus
Property Value
intent
Specifies the user intent of the proximity placement group.
intent?: ProximityPlacementGroupPropertiesIntent
Property Value
proximityPlacementGroupType
Specifies the type of the proximity placement group.
Possible values are:
Standard : Co-locate resources within an Azure region or Availability Zone.
Ultra : For future use.
proximityPlacementGroupType?: "Standard" | "Ultra"
Property Value
"Standard" | "Ultra"