SqlManagedInstanceK8SSpec Class

The kubernetes spec information.

Inheritance
SqlManagedInstanceK8SSpec

Constructor

SqlManagedInstanceK8SSpec(*, additional_properties: Optional[Dict[str, Any]] = None, scheduling: Optional[azure.mgmt.azurearcdata.models._models_py3.K8SScheduling] = None, replicas: Optional[int] = None, **kwargs)

Parameters

additional_properties
dict[str, any]
Required

Unmatched properties from the message are deserialized to this collection.

scheduling
<xref:azure_arc_data_management_client.models.K8SScheduling>
Required

The kubernetes scheduling information.

replicas
int
Required

This option specifies the number of SQL Managed Instance replicas that will be deployed in your Kubernetes cluster for high availability purposes. If sku.tier is BusinessCritical, allowed values are '2' or '3' with default of '3'. If sku.tier is GeneralPurpose, replicas must be '1'.