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. |
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