Package version:

Interface ProximityPlacementGroup

Specifies information about the proximity placement group.

interface ProximityPlacementGroup {
    availabilitySets?: SubResourceWithColocationStatus[];
    colocationStatus?: InstanceViewStatus;
    id?: string;
    intent?: ProximityPlacementGroupPropertiesIntent;
    location: string;
    name?: string;
    proximityPlacementGroupType?: string;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
    virtualMachines?: SubResourceWithColocationStatus[];
    virtualMachineScaleSets?: SubResourceWithColocationStatus[];
    zones?: string[];
}

Hierarchy (view full)

Properties

availabilitySets?: SubResourceWithColocationStatus[]

A list of references to all availability sets in the proximity placement group. NOTE: This property will not be serialized. It can only be populated by the server.

colocationStatus?: InstanceViewStatus

Describes colocation status of the Proximity Placement Group.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Specifies the user intent of the proximity placement group.

location: string

Resource location

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

proximityPlacementGroupType?: string

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.

tags?: {
    [propertyName: string]: string;
}

Resource tags

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

A list of references to all virtual machines in the proximity placement group. NOTE: This property will not be serialized. It can only be populated by the server.

virtualMachineScaleSets?: SubResourceWithColocationStatus[]

A list of references to all virtual machine scale sets in the proximity placement group. NOTE: This property will not be serialized. It can only be populated by the server.

zones?: string[]

Specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created.