StorageAccountProperties Class
The properties of a storage account for a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelStorageAccountProperties
Constructor
StorageAccountProperties(*, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the storage account. |
Variables
Name | Description |
---|---|
name
|
The name of the storage account. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python