Class AzureAvailabilitySet
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an availability set in an Azure tenant.
public class AzureAvailabilitySet : AzureResourceBase, IComparable<AzureResourceBase>
- Inheritance
-
AzureAvailabilitySet
- Implements
- Inherited Members
Constructors
AzureAvailabilitySet()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureAvailabilitySet class.
public AzureAvailabilitySet()
Properties
PlatformFaultDomainCount
Gets or sets the number of fault domains in the availability set.
public int PlatformFaultDomainCount { get; set; }
Property Value
PlatformUpdateDomainCount
Gets or sets the number of update domains in the availability set.
public int PlatformUpdateDomainCount { get; set; }
Property Value
ProximityPlacementGroupIdentifier
Gets or sets the resource identifier of the proximity placement group - for example "/subscriptions/442f8077-bd74-472b-a234-92cd48892519/resourceGroups/SampleResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/SampleGroup".
public string ProximityPlacementGroupIdentifier { get; set; }
Property Value
ProximityPlacementGroupName
Gets or sets the name of the proximity placement group.
public string ProximityPlacementGroupName { get; set; }
Property Value
SkuType
Gets or sets the SKU type of the availability set.
public AzureAvailabilitySetSkuType SkuType { get; set; }
Property Value
SkuTypeString
Gets the SKU type of the availability set as a human readable string.
public string SkuTypeString { get; set; }
Property Value
VirtualMachineIdentifiers
Gets or sets the unique identifiers of the virtual machines that are assigned to this availability set.
public SerializableStringCollection VirtualMachineIdentifiers { get; set; }
Property Value
- SerializableStringCollection
VirtualMachineNames
Gets or sets the names of the virtual machines that are assigned to this availability set.
public SerializableStringCollection VirtualMachineNames { get; set; }
Property Value
- SerializableStringCollection