Uses of Class
com.azure.resourcemanager.kusto.fluent.models.AzureResourceSkuInner
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of AzureResourceSkuInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AzureResourceSkuInner>
ClustersClient.listSkusByResource
(String resourceGroupName, String clusterName) Returns the SKUs available for the provided resource.com.azure.core.http.rest.PagedIterable<AzureResourceSkuInner>
ClustersClient.listSkusByResource
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns the SKUs available for the provided resource. -
Uses of AzureResourceSkuInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionAzureResourceSkuInner.withCapacity
(AzureCapacity capacity) Set the capacity property: The number of instances of the cluster.AzureResourceSkuInner.withResourceType
(String resourceType) Set the resourceType property: Resource Namespace and Type.Set the sku property: The SKU details. -
Uses of AzureResourceSkuInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionAzureResourceSku.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.AzureResourceSkuInner object.Modifier and TypeMethodDescriptionListResourceSkusResult.value()
Get the value property: The collection of available SKUs for an existing resource.Modifier and TypeMethodDescriptionListResourceSkusResult.withValue
(List<AzureResourceSkuInner> value) Set the value property: The collection of available SKUs for an existing resource.