VirtualCluster Class
An Azure SQL virtual cluster.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.sql.models._models_py3.TrackedResourceVirtualCluster
Constructor
VirtualCluster(*, location: str, tags: Dict[str, str] | None = None, family: str | None = None, maintenance_configuration_id: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
location
Required
|
Required. Resource location. |
tags
Required
|
A set of tags. Resource tags. |
family
Required
|
If the service has different generations of hardware, for the same SKU, then that can be captured here. |
maintenance_configuration_id
Required
|
Specifies maintenance configuration id to apply to this virtual cluster. |
Keyword-Only Parameters
Name | Description |
---|---|
location
Required
|
|
tags
Required
|
|
family
Required
|
|
maintenance_configuration_id
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
subnet_id
|
Subnet resource ID for the virtual cluster. |
child_resources
|
List of resources in this virtual cluster. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python