Compartilhar via


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

Constructor

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

Keyword-Only Parameters

Name Description
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
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.