Availability Set Resource Settings Args
data class AvailabilitySetResourceSettingsArgs(val faultDomain: Output<Int>? = null, val resourceType: Output<String>, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>? = null, val updateDomain: Output<Int>? = null) : ConvertibleToJava<AvailabilitySetResourceSettingsArgs>
Gets or sets the availability set resource settings.
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.