AvailabilitySetResourceSettingsArgs

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>, val updateDomain: Output<Int>? = null) : ConvertibleToJava<AvailabilitySetResourceSettingsArgs>

Gets or sets the availability set resource settings.

Constructors

Link copied to clipboard
constructor(faultDomain: Output<Int>? = null, resourceType: Output<String>, tags: Output<Map<String, String>>? = null, targetResourceGroupName: Output<String>? = null, targetResourceName: Output<String>, updateDomain: Output<Int>? = null)

Properties

Link copied to clipboard
val faultDomain: Output<Int>? = null

Gets or sets the target fault domain.

Link copied to clipboard
val resourceType: Output<String>

The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Compute/availabilitySets'.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Gets or sets the Resource tags.

Link copied to clipboard
val targetResourceGroupName: Output<String>? = null

Gets or sets the target resource group name.

Link copied to clipboard

Gets or sets the target Resource name.

Link copied to clipboard
val updateDomain: Output<Int>? = null

Gets or sets the target update domain.

Functions

Link copied to clipboard
open override fun toJava(): AvailabilitySetResourceSettingsArgs