Table of Contents

Class AzureProximityPlacementGroup

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a proximity placement group in an Azure tenant.

public class AzureProximityPlacementGroup : AzureResourceBase, IComparable<AzureResourceBase>
Inheritance
AzureProximityPlacementGroup
Implements
Inherited Members

Constructors

AzureProximityPlacementGroup()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureProximityPlacementGroup class.

public AzureProximityPlacementGroup()

Properties

AvailabilitySetIdentifiers

Gets or sets the resource identifiers of the availability sets that are assigned to this proximity placement group.

public SerializableStringCollection AvailabilitySetIdentifiers { get; set; }

Property Value

SerializableStringCollection

AvailabilitySetNames

Gets or sets the names of the availability sets that are assigned to this proximity placement group.

public SerializableStringCollection AvailabilitySetNames { get; set; }

Property Value

SerializableStringCollection

ProximityPlacementGroupType

Gets or sets the proximity placement group type.

public AzureProximityPlacementGroupType ProximityPlacementGroupType { get; set; }

Property Value

AzureProximityPlacementGroupType

VirtualMachineIdentifiers

Gets or sets the resource identifiers of the virtual machines that are assigned to this proximity placement group.

public SerializableStringCollection VirtualMachineIdentifiers { get; set; }

Property Value

SerializableStringCollection

VirtualMachineNames

Gets or sets the names of the virtual machines that are assigned to this proximity placement group.

public SerializableStringCollection VirtualMachineNames { get; set; }

Property Value

SerializableStringCollection

VirtualMachineScaleSetIdentifiers

Gets or sets the resource identifiers of the virtual machine scale sets that are assigned to this proximity placement group.

public SerializableStringCollection VirtualMachineScaleSetIdentifiers { get; set; }

Property Value

SerializableStringCollection

VirtualMachineScaleSetNames

Gets or sets the names of the virtual machine scale sets that are assigned to this proximity placement group.

public SerializableStringCollection VirtualMachineScaleSetNames { get; set; }

Property Value

SerializableStringCollection

VirtualMachineSizes

Gets or sets the possible sizes of virtual machines that can be created in the proximity placement group.

public SerializableStringCollection VirtualMachineSizes { get; set; }

Property Value

SerializableStringCollection

Zones

Gets or sets the availability zones for the proximity placement group.

public SerializableStringCollection Zones { get; set; }

Property Value

SerializableStringCollection