Class ManagedClusterSku
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterSku
The SKU of a Managed Cluster.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()Get the name property: The name of a managed cluster SKU.tier()Get the tier property: The tier of a managed cluster SKU.voidvalidate()Validates the instance.Set the name property: The name of a managed cluster SKU.Set the tier property: The tier of a managed cluster SKU.
-
Constructor Details
-
ManagedClusterSku
public ManagedClusterSku()
-
-
Method Details
-
name
Get the name property: The name of a managed cluster SKU.- Returns:
- the name value.
-
withName
Set the name property: The name of a managed cluster SKU.- Parameters:
name- the name value to set.- Returns:
- the ManagedClusterSku object itself.
-
tier
Get the tier property: The tier of a managed cluster SKU.If not specified, the default is 'Free'. See [uptime SLA](https://docs.microsoft.com/azure/aks/uptime-sla) for more details.
- Returns:
- the tier value.
-
withTier
Set the tier property: The tier of a managed cluster SKU.If not specified, the default is 'Free'. See [uptime SLA](https://docs.microsoft.com/azure/aks/uptime-sla) for more details.
- Parameters:
tier- the tier value to set.- Returns:
- the ManagedClusterSku object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-