UpdateDataLakeAnalyticsAccountParameters Class
The parameters that can be used to update an existing Data Lake Analytics account.
- Inheritance
-
UpdateDataLakeAnalyticsAccountParameters
Constructor
UpdateDataLakeAnalyticsAccountParameters(*, tags=None, data_lake_store_accounts=None, storage_accounts=None, compute_policies=None, firewall_rules=None, firewall_state=None, firewall_allow_azure_ips=None, new_tier=None, max_job_count: Optional[int] = None, max_degree_of_parallelism: Optional[int] = None, max_degree_of_parallelism_per_job: Optional[int] = None, min_priority_per_job: Optional[int] = None, query_store_retention: Optional[int] = None, **kwargs)
Parameters
- data_lake_store_accounts
- list[UpdateDataLakeStoreWithAccountParameters]
The list of Data Lake Store accounts associated with this account.
- storage_accounts
- list[UpdateStorageAccountWithAccountParameters]
The list of Azure Blob storage accounts associated with this account.
- compute_policies
- list[UpdateComputePolicyWithAccountParameters]
The list of compute policies associated with this account.
- firewall_rules
- list[UpdateFirewallRuleWithAccountParameters]
The list of firewall rules associated with this account.
- firewall_state
- str or FirewallState
The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. Possible values include: 'Enabled', 'Disabled'
- firewall_allow_azure_ips
- str or FirewallAllowAzureIpsState
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'
The commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
- max_degree_of_parallelism
- int
The maximum supported degree of parallelism for this account.
- max_degree_of_parallelism_per_job
- int
The maximum supported degree of parallelism per job for this account.
Feedback
Submit and view feedback for