UpdateDataLakeAnalyticsAccountParameters Class
The parameters that can be used to update an existing Data Lake Analytics account.
Constructor
UpdateDataLakeAnalyticsAccountParameters(*, tags: Dict[str, str] | None = None, data_lake_store_accounts: List[_models.UpdateDataLakeStoreWithAccountParameters] | None = None, storage_accounts: List[_models.UpdateStorageAccountWithAccountParameters] | None = None, compute_policies: List[_models.UpdateComputePolicyWithAccountParameters] | None = None, firewall_rules: List[_models.UpdateFirewallRuleWithAccountParameters] | None = None, firewall_state: str | _models.FirewallState | None = None, firewall_allow_azure_ips: str | _models.FirewallAllowAzureIpsState | None = None, new_tier: str | _models.TierType | None = None, max_job_count: int | None = None, max_degree_of_parallelism: int | None = None, max_degree_of_parallelism_per_job: int | None = None, min_priority_per_job: int | None = None, query_store_retention: int | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
tags
|
The resource tags. Default value: None
|
|
data_lake_store_accounts
|
The list of Data Lake Store accounts associated with this account. Default value: None
|
|
storage_accounts
|
The list of Azure Blob storage accounts associated with this account. Default value: None
|
|
compute_policies
|
The list of compute policies associated with this account. Default value: None
|
|
firewall_rules
|
The list of firewall rules associated with this account. Default value: None
|
|
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. Known values are: "Enabled" and "Disabled". Default value: None
|
|
firewall_allow_azure_ips
|
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Known values are: "Enabled" and "Disabled". Default value: None
|
|
new_tier
|
The commitment tier to use for next month. Known values are: "Consumption", "Commitment_100AUHours", "Commitment_500AUHours", "Commitment_1000AUHours", "Commitment_5000AUHours", "Commitment_10000AUHours", "Commitment_50000AUHours", "Commitment_100000AUHours", and "Commitment_500000AUHours". Default value: None
|
|
max_job_count
|
The maximum supported jobs running under the account at the same time. Default value: None
|
|
max_degree_of_parallelism
|
The maximum supported degree of parallelism for this account. Default value: None
|
|
max_degree_of_parallelism_per_job
|
The maximum supported degree of parallelism per job for this account. Default value: None
|
|
min_priority_per_job
|
The minimum supported priority per job for this account. Default value: None
|
|
query_store_retention
|
The number of days that job metadata is retained. Default value: None
|
Variables
| Name | Description |
|---|---|
|
tags
|
The resource tags. |
|
data_lake_store_accounts
|
The list of Data Lake Store accounts associated with this account. |
|
storage_accounts
|
The list of Azure Blob storage accounts associated with this account. |
|
compute_policies
|
The list of compute policies associated with this account. |
|
firewall_rules
|
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. Known values are: "Enabled" and "Disabled". |
|
firewall_allow_azure_ips
|
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Known values are: "Enabled" and "Disabled". |
|
new_tier
|
The commitment tier to use for next month. Known values are: "Consumption", "Commitment_100AUHours", "Commitment_500AUHours", "Commitment_1000AUHours", "Commitment_5000AUHours", "Commitment_10000AUHours", "Commitment_50000AUHours", "Commitment_100000AUHours", and "Commitment_500000AUHours". |
|
max_job_count
|
The maximum supported jobs running under the account at the same time. |
|
max_degree_of_parallelism
|
The maximum supported degree of parallelism for this account. |
|
max_degree_of_parallelism_per_job
|
The maximum supported degree of parallelism per job for this account. |
|
min_priority_per_job
|
The minimum supported priority per job for this account. |
|
query_store_retention
|
The number of days that job metadata is retained. |