AvailabilitySetUpdate interface
Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated.
- Extends
Properties
platform |
Fault Domain count. |
platform |
Update Domain count. |
proximity |
Specifies information about the proximity placement group that the availability set should be assigned to. |
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. |
virtual |
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
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