AddStorageAccountParameters Class
The parameters used to add a new Azure Storage account.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datalake.analytics.account._serialization.ModelAddStorageAccountParameters
Constructor
AddStorageAccountParameters(*, access_key: str, suffix: str = 'azuredatalakestore.net', **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
access_key
|
The access key associated with this Azure Storage account that will be used to connect to it. Required. |
suffix
|
The optional suffix for the storage account. Default value: azuredatalakestore.net
|
Variables
Name | Description |
---|---|
access_key
|
The access key associated with this Azure Storage account that will be used to connect to it. Required. |
suffix
|
The optional suffix for the storage account. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python