Class Sku
java.lang.Object
com.microsoft.azure.management.containerregistry.Sku
The SKU of a container registry.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Sku
public Sku()
-
-
Method Details
-
name
Get the SKU name of the container registry. Required for registry creation. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'.- Returns:
- the name value
-
withName
Set the SKU name of the container registry. Required for registry creation. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'.- Parameters:
name
- the name value to set- Returns:
- the Sku object itself.
-
tier
Get the SKU tier based on the SKU name. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'.- Returns:
- the tier value
-