Share via


AvailabilitySetUpdate interface

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

Extends

Properties

properties

The instance view of a resource.

sku

Sku of the availability set

Inherited Properties

tags

Resource tags

Property Details

properties

The instance view of a resource.

properties?: AvailabilitySetProperties

Property Value

sku

Sku of the availability set

sku?: Sku

Property Value

Sku

Inherited Property Details

tags

Resource tags

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From UpdateResource.tags