GetAvailabilitySetResult

data class GetAvailabilitySetResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val platformFaultDomainCount: Int? = null, val platformUpdateDomainCount: Int? = null, val proximityPlacementGroup: SubResourceResponse? = null, val scheduledEventsPolicy: ScheduledEventsPolicyResponse? = null, val sku: SkuResponse? = null, val statuses: List<InstanceViewStatusResponse>, val tags: Map<String, String>? = null, val type: String, val virtualMachineScaleSetMigrationInfo: VirtualMachineScaleSetMigrationInfoResponse, 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 Availability sets overview. For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure. Currently, a VM can only be added to an availability set at creation time. An existing VM cannot be added to an availability set.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, platformFaultDomainCount: Int? = null, platformUpdateDomainCount: Int? = null, proximityPlacementGroup: SubResourceResponse? = null, scheduledEventsPolicy: ScheduledEventsPolicyResponse? = null, sku: SkuResponse? = null, statuses: List<InstanceViewStatusResponse>, tags: Map<String, String>? = null, type: String, virtualMachineScaleSetMigrationInfo: VirtualMachineScaleSetMigrationInfoResponse, virtualMachines: List<SubResourceResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

Fault Domain count.

Link copied to clipboard

Update Domain count.

Link copied to clipboard

Specifies information about the proximity placement group that the availability set should be assigned to. Minimum api-version: 2018-04-01.

Link copied to clipboard

Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set.

Link copied to clipboard
val sku: SkuResponse? = null

Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'.

Link copied to clipboard

The resource status information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

A list of references to all virtual machines in the availability set.

Link copied to clipboard

Describes the migration properties on the Availability Set.