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
-
azure.mgmt.containerregistry._serialization.ModelSku
Constructor
Sku(*, name: str | _models.SkuName, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The SKU name of the container registry. Required for registry creation. Required. Known values are: "Classic", "Basic", "Standard", and "Premium". |
Variables
Name | Description |
---|---|
name
|
The SKU name of the container registry. Required for registry creation. Required. Known values are: "Classic", "Basic", "Standard", and "Premium". |
tier
|
The SKU tier based on the SKU name. Known values are: "Classic", "Basic", "Standard", and "Premium". |
Azure SDK for Python