AvailabilitySetResourceSettings interface
Gets or sets the availability set resource settings.
- Extends
Properties
| fault |
Gets or sets the target fault domain. |
| resource |
Polymorphic discriminator, which specifies the different types this object can be |
| tags | Gets or sets the Resource tags. |
| update |
Gets or sets the target update domain. |
Inherited Properties
| target |
Gets or sets the target resource group name. |
| target |
Gets or sets the target Resource name. |
Property Details
faultDomain
Gets or sets the target fault domain.
faultDomain?: number
Property Value
number
resourceType
Polymorphic discriminator, which specifies the different types this object can be
resourceType: "Microsoft.Compute/availabilitySets"
Property Value
"Microsoft.Compute/availabilitySets"
tags
Gets or sets the Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
updateDomain
Gets or sets the target update domain.
updateDomain?: number
Property Value
number
Inherited Property Details
targetResourceGroupName
Gets or sets the target resource group name.
targetResourceGroupName?: string
Property Value
string
Inherited From ResourceSettings.targetResourceGroupName
targetResourceName
Gets or sets the target Resource name.
targetResourceName?: string
Property Value
string
Inherited From ResourceSettings.targetResourceName