StorageAccountKeys Class
The access keys for the storage account.
- Inheritance
-
azure.mgmt.storage._serialization.ModelStorageAccountKeys
Constructor
StorageAccountKeys(*, key1: str | None = None, key2: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key1
|
The value of key 1. |
key2
|
The value of key 2. |
Variables
Name | Description |
---|---|
key1
|
The value of key 1. |
key2
|
The value of key 2. |
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