Uses of Class
com.azure.resourcemanager.loganalytics.models.ClusterSku
Packages that use ClusterSku
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of ClusterSku in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return ClusterSkuMethods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type ClusterSkuModifier and TypeMethodDescriptionClusterInner.withSku(ClusterSku sku) Set the sku property: The sku properties. -
Uses of ClusterSku in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type ClusterSkuMethods in com.azure.resourcemanager.loganalytics.models that return ClusterSkuModifier and TypeMethodDescriptionstatic ClusterSkuClusterSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterSku from the JsonReader.Cluster.sku()Gets the sku property: The sku properties.ClusterPatch.sku()Get the sku property: The sku properties.ClusterSku.withCapacity(Long capacity) Set the capacity property: The capacity reservation level in Gigabytes for this cluster.ClusterSku.withName(ClusterSkuNameEnum name) Set the name property: The SKU (tier) of a cluster.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type ClusterSkuModifier and TypeMethodDescriptionCluster.DefinitionStages.WithSku.withSku(ClusterSku sku) Specifies the sku property: The sku properties..Cluster.UpdateStages.WithSku.withSku(ClusterSku sku) Specifies the sku property: The sku properties..ClusterPatch.withSku(ClusterSku sku) Set the sku property: The sku properties.