Share via


ProximityPlacementGroupPropertiesOutput interface

Describes the properties of a Proximity Placement Group.

Properties

availabilitySets

A list of references to all availability sets in the proximity placement group.

colocationStatus

Describes colocation status of the Proximity Placement Group.

intent

Specifies the user intent of the proximity placement group.

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.

virtualMachines

A list of references to all virtual machines in the proximity placement group.

virtualMachineScaleSets

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[]

Property Value