AvailabilitySetResourceSettingsResponse

data class AvailabilitySetResourceSettingsResponse(val faultDomain: Int? = null, val resourceType: String, val targetResourceName: String, val updateDomain: Int? = null)

Gets or sets the availability set resource settings.

Constructors

Link copied to clipboard
constructor(faultDomain: Int? = null, resourceType: String, targetResourceName: String, updateDomain: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val faultDomain: Int? = null

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 name.

Link copied to clipboard
val updateDomain: Int? = null

Gets or sets the target update domain.