UpdateDataLakeStoreWithAccountParameters Class
The parameters used to update a Data Lake Store account while updating a Data Lake Analytics account.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datalake.analytics.account._serialization.ModelUpdateDataLakeStoreWithAccountParameters
Constructor
UpdateDataLakeStoreWithAccountParameters(*, name: str, suffix: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The unique name of the Data Lake Store account to update. Required. |
suffix
|
The optional suffix for the Data Lake Store account. |
Variables
Name | Description |
---|---|
name
|
The unique name of the Data Lake Store account to update. Required. |
suffix
|
The optional suffix for the Data Lake Store 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