ProximityPlacementGroupPropertiesOutput interface
Describes the properties of a Proximity Placement Group.
Properties
| availability |
A list of references to all availability sets in the proximity placement group. |
| 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. |
| virtual |
A list of references to all virtual machines in the proximity placement group. |
| virtual |
A list of references to all virtual machine scale sets in the proximity placement group. |
Property Details
availabilitySets
A list of references to all availability sets in the proximity placement group.
availabilitySets?: SubResourceWithColocationStatusOutput[]
Property Value
colocationStatus
Describes colocation status of the Proximity Placement Group.
colocationStatus?: InstanceViewStatusOutput
Property Value
intent
Specifies the user intent of the proximity placement group.
intent?: ProximityPlacementGroupPropertiesIntentOutput
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"
virtualMachines
A list of references to all virtual machines in the proximity placement group.
virtualMachines?: SubResourceWithColocationStatusOutput[]
Property Value
virtualMachineScaleSets
A list of references to all virtual machine scale sets in the proximity placement group.
virtualMachineScaleSets?: SubResourceWithColocationStatusOutput[]