Sku Class

The SKU of a container registry.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
Sku

Constructor

Sku(*, name: Union[str, azure.mgmt.containerregistry.v2020_11_01_preview.models._container_registry_management_client_enums.SkuName], **kwargs)

Variables

name
str or SkuName

Required. The SKU name of the container registry. Required for registry creation. Possible values include: "Classic", "Basic", "Standard", "Premium".

tier
str or SkuTier

The SKU tier based on the SKU name. Possible values include: "Classic", "Basic", "Standard", "Premium".