AvailabilitySetUpdate interface

Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated.

Extends

Properties

platformFaultDomainCount

Fault Domain count.

platformUpdateDomainCount

Update Domain count.

proximityPlacementGroup

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

sku

Sku of the availability set

statuses

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

virtualMachines

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

Inherited Properties

tags

Resource tags

Property Details

platformFaultDomainCount

Fault Domain count.

platformFaultDomainCount?: number

Property Value

number

platformUpdateDomainCount

Update Domain count.

platformUpdateDomainCount?: number

Property Value

number

proximityPlacementGroup

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

proximityPlacementGroup?: SubResource

Property Value

sku

Sku of the availability set

sku?: Sku

Property Value

Sku

statuses

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

statuses?: InstanceViewStatus[]

Property Value

virtualMachines

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

virtualMachines?: SubResource[]

Property Value

Inherited Property Details

tags

Resource tags

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From UpdateResource.tags