Class ManagedClusterSKU
java.lang.Object
com.microsoft.azure.management.containerservice.ManagedClusterSKU
The ManagedClusterSKU model.
-
Constructor Details
-
ManagedClusterSKU
public ManagedClusterSKU()
-
-
Method Details
-
name
Get name of a managed cluster SKU. Possible values include: 'Basic'.- Returns:
- the name value
-
withName
Set name of a managed cluster SKU. Possible values include: 'Basic'.- Parameters:
name
- the name value to set- Returns:
- the ManagedClusterSKU object itself.
-
tier
Get tier of a managed cluster SKU. Possible values include: 'Paid', 'Free'.- Returns:
- the tier value
-
withTier
Set tier of a managed cluster SKU. Possible values include: 'Paid', 'Free'.- Parameters:
tier
- the tier value to set- Returns:
- the ManagedClusterSKU object itself.
-