Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AvailabilitySet

Package version

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.

Hierarchy

Index

Properties

Optional id

id: undefined | string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string

Resource location

Optional name

name: undefined | string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional platformFaultDomainCount

platformFaultDomainCount: undefined | number

Fault Domain count.

Optional platformUpdateDomainCount

platformUpdateDomainCount: undefined | number

Update Domain count.

Optional sku

sku: Sku

Sku of the availability set

Optional statuses

statuses: InstanceViewStatus[]

The resource status information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object

Resource tags

Optional type

type: undefined | string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Optional virtualMachines

virtualMachines: SubResource[]

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

Generated using TypeDoc