Interface AzureResourceSku
public interface AzureResourceSku
An immutable client-side representation of AzureResourceSku.
-
Method Summary
Modifier and TypeMethodDescriptioncapacity()
Gets the capacity property: The number of instances of the cluster.Gets the inner com.azure.resourcemanager.kusto.fluent.models.AzureResourceSkuInner object.Gets the resourceType property: Resource Namespace and Type.sku()
Gets the sku property: The SKU details.
-
Method Details
-
resourceType
String resourceType()Gets the resourceType property: Resource Namespace and Type.- Returns:
- the resourceType value.
-
sku
AzureSku sku()Gets the sku property: The SKU details.- Returns:
- the sku value.
-
capacity
AzureCapacity capacity()Gets the capacity property: The number of instances of the cluster.- Returns:
- the capacity value.
-
innerModel
AzureResourceSkuInner innerModel()Gets the inner com.azure.resourcemanager.kusto.fluent.models.AzureResourceSkuInner object.- Returns:
- the inner object.
-