AzureCapacity Class

Azure capacity definition.

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

Inheritance
AzureCapacity

Constructor

AzureCapacity(*, scale_type: Union[str, azure.mgmt.kusto.models._kusto_management_client_enums.AzureScaleType], minimum: int, maximum: int, default: int, **kwargs)

Variables

scale_type
str or <xref:kusto_management_client.models.AzureScaleType>

Required. Scale type. Possible values include: "automatic", "manual", "none".

minimum
int

Required. Minimum allowed capacity.

maximum
int

Required. Maximum allowed capacity.

default
int

Required. The default capacity that would be used.