AzureStorageCredentialsInfo Class

Azure storage account credentials.

Inheritance
AzureStorageCredentialsInfo

Constructor

AzureStorageCredentialsInfo(*, account_key: Optional[str] = None, account_key_secret_reference: Optional[azure.mgmt.batchai.models._models_py3.KeyVaultSecretReference] = None, **kwargs)

Parameters

account_key
str
Required

Storage account key. One of accountKey or accountKeySecretReference must be specified.

account_key_secret_reference
<xref:batch_ai.models.KeyVaultSecretReference>
Required

Information about KeyVault secret storing the storage account key. One of accountKey or accountKeySecretReference must be specified.