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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python