StorageAccountKeys Class

The access keys for the storage account.

Inheritance
azure.mgmt.storage._serialization.Model
StorageAccountKeys

Constructor

StorageAccountKeys(*, key1: str | None = None, key2: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
key1
str

The value of key 1.

key2
str

The value of key 2.

Variables

Name Description
key1
str

The value of key 1.

key2
str

The value of key 2.