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.TrackedResource
VirtualCluster

Constructor

VirtualCluster(*, location: str, tags: Optional[Dict[str, str]] = None, family: Optional[str] = None, maintenance_configuration_id: Optional[str] = None, **kwargs)

Parameters

location
str
Required

Required. Resource location.

tags
dict[str, str]
Required

A set of tags. Resource tags.

family
str
Required

If the service has different generations of hardware, for the same SKU, then that can be captured here.

maintenance_configuration_id
str
Required

Specifies maintenance configuration id to apply to this virtual cluster.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

subnet_id
str

Subnet resource ID for the virtual cluster.

child_resources
list[str]

List of resources in this virtual cluster.