Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSku
Packages that use ManagedClusterSku
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterSku in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterSkuModifier and TypeMethodDescriptionManagedClusterInner.sku()Get the sku property: The managed cluster SKU.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterSkuModifier and TypeMethodDescriptionManagedClusterInner.withSku(ManagedClusterSku sku) Set the sku property: The managed cluster SKU. -
Uses of ManagedClusterSku in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSkuModifier and TypeMethodDescriptionstatic ManagedClusterSkuManagedClusterSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterSku from the JsonReader.KubernetesCluster.sku()Gets the SKU of a Managed Cluster.ManagedClusterSku.withName(ManagedClusterSkuName name) Set the name property: The name of a managed cluster SKU.ManagedClusterSku.withTier(ManagedClusterSkuTier tier) Set the tier property: If not specified, the default is 'Free'.