Compartilhar via


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

Constructor

AddStorageAccountWithAccountParameters(*, name: str, access_key: str, suffix: str = 'azuredatalakestore.net', **kwargs)

Keyword-Only Parameters

Name Description
name
str

The unique name of the Azure Storage account to add. Required.

access_key
str

The access key associated with this Azure Storage account that will be used to connect to it. Required.

suffix
str

The optional suffix for the storage account.

Default value: azuredatalakestore.net

Variables

Name Description
name
str

The unique name of the Azure Storage account to add. Required.

access_key
str

The access key associated with this Azure Storage account that will be used to connect to it. Required.

suffix
str

The optional suffix for the storage account.