AddStorageAccountWithAccountParameters Class
The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics account.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datalake.analytics.account._serialization.ModelAddStorageAccountWithAccountParameters
Constructor
AddStorageAccountWithAccountParameters(*, name: str, access_key: str, suffix: str = 'azuredatalakestore.net', **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The unique name of the Azure Storage account to add. Required. |
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 |
---|---|
name
|
The unique name of the Azure Storage account to add. Required. |
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. |
Azure SDK for Python