AddDataLakeStoreWithAccountParameters Class
The parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account.
All required parameters must be populated in order to send to Azure.
Constructor
AddDataLakeStoreWithAccountParameters(*, name: str, suffix: str | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
The unique name of the Data Lake Store account to add. Required. |
|
suffix
|
The optional suffix for the Data Lake Store account. Default value: None
|