AvailabilitySetResourceSettings Class

Gets or sets the availability set resource settings.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.regionmove.models._models_py3.ResourceSettings
AvailabilitySetResourceSettings

Constructor

AvailabilitySetResourceSettings(*, target_resource_name: str, fault_domain: Optional[int] = None, update_domain: Optional[int] = None, **kwargs)

Parameters

resource_type
str
Required

Required. The resource type. For example, the value can be Microsoft.Compute/virtualMachines.Constant filled by server.

target_resource_name
str
Required

Required. Gets or sets the target Resource name.

fault_domain
int
Required

Gets or sets the target fault domain.

update_domain
int
Required

Gets or sets the target update domain.