RegistryCreateParameters Class
The parameters for creating a container registry.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryCreateParameters
Constructor
RegistryCreateParameters(*, location: str, sku: _models.Sku, tags: Dict[str, str] | None = None, admin_user_enabled: bool = False, storage_account: _models.StorageAccountParameters | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
The tags for the container registry. |
location
|
The location of the container registry. This cannot be changed after the resource is created. Required. |
sku
|
The SKU of the container registry. Required. |
admin_user_enabled
|
The value that indicates whether the admin user is enabled. |
storage_account
|
The parameters of a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry. |
Variables
Name | Description |
---|---|
tags
|
The tags for the container registry. |
location
|
The location of the container registry. This cannot be changed after the resource is created. Required. |
sku
|
The SKU of the container registry. Required. |
admin_user_enabled
|
The value that indicates whether the admin user is enabled. |
storage_account
|
The parameters of a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry. |
Azure SDK for Python