AvailabilitySet Interface
Implements
public interface AvailabilitySet
extends GroupableResource<ComputeManager,AvailabilitySetInner>, Refreshable<AvailabilitySet>, Updatable<Update>
An immutable client-side representation of an Azure availability set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract int |
faultDomainCount()
Gets the fault domain count of this availability set. |
abstract
Paged |
listVirtualMachineSizes()
Gets the virtual machine sizes supported in the availability set. |
abstract
Proximity |
proximityPlacementGroup()
Get specifies information about the proximity placement group that the virtual machine scale set should be assigned to. |
abstract
Availability |
sku()
Gets the availability set SKU. |
abstract
List<Instance |
statuses()
Gets the statuses of the existing virtual machines in the availability set. |
abstract int |
updateDomainCount()
Gets the update domain count of this availability set. |
abstract Set<String> |
virtualMachineIds()
Gets the resource IDs of the virtual machines in the availability set. |
Method Details
faultDomainCount
public abstract int faultDomainCount()
Gets the fault domain count of this availability set.
Returns:
listVirtualMachineSizes
public abstract PagedIterable
Gets the virtual machine sizes supported in the availability set.
Returns:
proximityPlacementGroup
public abstract ProximityPlacementGroup proximityPlacementGroup()
Get specifies information about the proximity placement group that the virtual machine scale set should be assigned to.
Returns:
sku
public abstract AvailabilitySetSkuTypes sku()
Gets the availability set SKU.
Returns:
statuses
public abstract List
Gets the statuses of the existing virtual machines in the availability set.
Returns:
updateDomainCount
public abstract int updateDomainCount()
Gets the update domain count of this availability set.
Returns:
virtualMachineIds
public abstract Set
Gets the resource IDs of the virtual machines in the availability set.
Returns: