Uses of Class
com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner
-
Packages that use SkuDescriptionInner Package Description com.azure.resourcemanager.kusto.fluent Package containing the service clients for KustoManagementClient.com.azure.resourcemanager.kusto.models Package containing the data models for KustoManagementClient. -
-
Uses of SkuDescriptionInner in com.azure.resourcemanager.kusto.fluent
Methods in com.azure.resourcemanager.kusto.fluent that return types with arguments of type SkuDescriptionInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<SkuDescriptionInner>
ClustersClient. listSkus()
Lists eligible SKUs for Kusto resource provider.com.azure.core.http.rest.PagedIterable<SkuDescriptionInner>
ClustersClient. listSkus(com.azure.core.util.Context context)
Lists eligible SKUs for Kusto resource provider. -
Uses of SkuDescriptionInner in com.azure.resourcemanager.kusto.models
Methods in com.azure.resourcemanager.kusto.models that return SkuDescriptionInner Modifier and Type Method Description SkuDescriptionInner
SkuDescription. innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner object.Methods in com.azure.resourcemanager.kusto.models that return types with arguments of type SkuDescriptionInner Modifier and Type Method Description List<SkuDescriptionInner>
SkuDescriptionList. value()
Get the value property: SKU descriptions.
-