AzureResourceSku Class

Azure resource SKU definition.

Inheritance
AzureResourceSku

Constructor

AzureResourceSku(*, resource_type: Optional[str] = None, sku: Optional[azure.mgmt.kusto.models._models_py3.AzureSku] = None, capacity: Optional[azure.mgmt.kusto.models._models_py3.AzureCapacity] = None, **kwargs)

Variables

resource_type
str

Resource Namespace and Type.

sku
<xref:kusto_management_client.models.AzureSku>

The SKU details.

capacity
<xref:kusto_management_client.models.AzureCapacity>

The number of instances of the cluster.