Get Availability Set Result
data class GetAvailabilitySetResult(val id: String, val location: String, val name: String, val platformFaultDomainCount: Int? = null, val platformUpdateDomainCount: Int? = null, val proximityPlacementGroup: SubResourceResponse? = null, val sku: SkuResponse? = null, val statuses: List<InstanceViewStatusResponse>, val tags: Map<String, String>? = null, val type: String, val virtualMachines: List<SubResourceResponse>? = null)
Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Manage the availability of virtual machines.
For more information on Azure planned maintenance, see Planned maintenance for virtual machines in Azure
Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.
Constructors
Link copied to clipboard
fun GetAvailabilitySetResult(id: String, location: String, name: String, platformFaultDomainCount: Int? = null, platformUpdateDomainCount: Int? = null, proximityPlacementGroup: SubResourceResponse? = null, sku: SkuResponse? = null, statuses: List<InstanceViewStatusResponse>, tags: Map<String, String>? = null, type: String, virtualMachines: List<SubResourceResponse>? = null)