SqlElasticPoolResourceSettings Class

Defines the Sql ElasticPool resource settings.

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

Inheritance
azure.mgmt.resourcemover.models._models_py3.ResourceSettings
SqlElasticPoolResourceSettings

Constructor

SqlElasticPoolResourceSettings(*, target_resource_name: str, zone_redundant: Optional[Union[str, azure.mgmt.resourcemover.models._resource_mover_service_api_enums.ZoneRedundant]] = 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.

zone_redundant
str or <xref:resource_mover_service_api.models.ZoneRedundant>
Required

Defines the zone redundant resource setting. Possible values include: "Enable", "Disable".