Compartilhar via


DataLakeAnalyticsAccountProperties Class

The account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.datalake.analytics.account.models._models_py3.DataLakeAnalyticsAccountPropertiesBasic
DataLakeAnalyticsAccountProperties

Constructor

DataLakeAnalyticsAccountProperties(*, public_data_lake_store_accounts: List[_models.DataLakeStoreAccountInformation] | 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 = 3, max_degree_of_parallelism: int = 30, max_degree_of_parallelism_per_job: int | None = None, query_store_retention: int = 30, **kwargs)

Keyword-Only Parameters

Name Description
public_data_lake_store_accounts

The list of Data Lake Store accounts associated with this account.

firewall_state

The current state of the IP address firewall for this account. 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 for the 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
int

The maximum supported jobs running under the account at the same time.

Default value: 3
max_degree_of_parallelism
int

The maximum supported degree of parallelism for this account.

Default value: 30
max_degree_of_parallelism_per_job
int

The maximum supported degree of parallelism per job for this account.

query_store_retention
int

The number of days that job metadata is retained.

Default value: 30

Variables

Name Description
account_id
str

The unique identifier associated with this Data Lake Analytics account.

provisioning_state

The provisioning status of the Data Lake Analytics account. Known values are: "Failed", "Creating", "Running", "Succeeded", "Patching", "Suspending", "Resuming", "Deleting", "Deleted", "Undeleting", and "Canceled".

state

The state of the Data Lake Analytics account. Known values are: "Active" and "Suspended".

creation_time

The account creation time.

last_modified_time

The account last modified time.

endpoint
str

The full CName endpoint for this account.

default_data_lake_store_account_type
str

The type of the default Data Lake Store account associated with this account.

default_data_lake_store_account
str

The default Data Lake Store account associated with this account.

data_lake_store_accounts

The list of Data Lake Store accounts associated with this account.

public_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.

hive_metastores

The list of hiveMetastores associated with this account.

virtual_network_rules

The list of virtualNetwork rules associated with this account.

firewall_rules

The list of firewall rules associated with this account.

firewall_state

The current state of the IP address firewall for this account. 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 for the next month. Known values are: "Consumption", "Commitment_100AUHours", "Commitment_500AUHours", "Commitment_1000AUHours", "Commitment_5000AUHours", "Commitment_10000AUHours", "Commitment_50000AUHours", "Commitment_100000AUHours", and "Commitment_500000AUHours".

current_tier

The commitment tier in use for the current 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
int

The maximum supported jobs running under the account at the same time.

max_active_job_count_per_user
int

The maximum supported active jobs under the account at the same time.

max_queued_job_count_per_user
int

The maximum supported jobs queued under the account at the same time.

max_job_running_time_in_min
int

The maximum supported active jobs under the account at the same time.

system_max_job_count
int

The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.

max_degree_of_parallelism
int

The maximum supported degree of parallelism for this account.

system_max_degree_of_parallelism
int

The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.

max_degree_of_parallelism_per_job
int

The maximum supported degree of parallelism per job for this account.

min_priority_per_job
int

The minimum supported priority per job for this account.

query_store_retention
int

The number of days that job metadata is retained.

debug_data_access_level

The current state of the DebugDataAccessLevel for this account. Known values are: "All", "Customer", and "None".