ProximityPlacementGroupProperties 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. Possible values are: Standard : Co-locate resources within an Azure region or Availability Zone. Ultra : For future use. |
| 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?: SubResourceWithColocationStatus[]
Property Value
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?: string
Property Value
string
virtualMachines
A list of references to all virtual machines in the proximity placement group.
virtualMachines?: SubResourceWithColocationStatus[]
Property Value
virtualMachineScaleSets
A list of references to all virtual machine scale sets in the proximity placement group.
virtualMachineScaleSets?: SubResourceWithColocationStatus[]