Availability Set Resource Settings Response
data class AvailabilitySetResourceSettingsResponse(val faultDomain: Int? = null, val resourceType: String, val tags: Map<String, String>? = null, val targetResourceGroupName: String? = null, val targetResourceName: String? = null, val updateDomain: Int? = null)
Gets or sets the availability set resource settings.
Constructors
Properties
Link copied to clipboard
Gets or sets the target fault domain.
Link copied to clipboard
The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Compute/availabilitySets'.
Link copied to clipboard
Gets or sets the target resource group name.
Link copied to clipboard
Gets or sets the target Resource name.
Link copied to clipboard
Gets or sets the target update domain.