Skip to main content

vw_accounts

Creates, updates, deletes, gets or lists a vw_accounts resource.

Overview

Namevw_accounts
TypeView
Idazure.data_lake_analytics.vw_accounts

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.accountId') as "account_id",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.creationTime') as "creation_time",
JSON_EXTRACT(properties, '$.lastModifiedTime') as "last_modified_time",
JSON_EXTRACT(properties, '$.endpoint') as "endpoint",
JSON_EXTRACT(properties, '$.defaultDataLakeStoreAccountType') as "default_data_lake_store_account_type",
JSON_EXTRACT(properties, '$.defaultDataLakeStoreAccount') as "default_data_lake_store_account",
JSON_EXTRACT(properties, '$.dataLakeStoreAccounts') as "data_lake_store_accounts",
JSON_EXTRACT(properties, '$.publicDataLakeStoreAccounts') as "public_data_lake_store_accounts",
JSON_EXTRACT(properties, '$.storageAccounts') as "storage_accounts",
JSON_EXTRACT(properties, '$.computePolicies') as "compute_policies",
JSON_EXTRACT(properties, '$.hiveMetastores') as "hive_metastores",
JSON_EXTRACT(properties, '$.virtualNetworkRules') as "virtual_network_rules",
JSON_EXTRACT(properties, '$.firewallRules') as "firewall_rules",
JSON_EXTRACT(properties, '$.firewallState') as "firewall_state",
JSON_EXTRACT(properties, '$.firewallAllowAzureIps') as "firewall_allow_azure_ips",
JSON_EXTRACT(properties, '$.newTier') as "new_tier",
JSON_EXTRACT(properties, '$.currentTier') as "current_tier",
JSON_EXTRACT(properties, '$.maxJobCount') as "max_job_count",
JSON_EXTRACT(properties, '$.maxActiveJobCountPerUser') as "max_active_job_count_per_user",
JSON_EXTRACT(properties, '$.maxQueuedJobCountPerUser') as "max_queued_job_count_per_user",
JSON_EXTRACT(properties, '$.maxJobRunningTimeInMin') as "max_job_running_time_in_min",
JSON_EXTRACT(properties, '$.systemMaxJobCount') as "system_max_job_count",
JSON_EXTRACT(properties, '$.maxDegreeOfParallelism') as "max_degree_of_parallelism",
JSON_EXTRACT(properties, '$.systemMaxDegreeOfParallelism') as "system_max_degree_of_parallelism",
JSON_EXTRACT(properties, '$.maxDegreeOfParallelismPerJob') as "max_degree_of_parallelism_per_job",
JSON_EXTRACT(properties, '$.minPriorityPerJob') as "min_priority_per_job",
JSON_EXTRACT(properties, '$.queryStoreRetention') as "query_store_retention",
JSON_EXTRACT(properties, '$.debugDataAccessLevel') as "debug_data_access_level",
subscriptionId,
resourceGroupName,
accountName
FROM azure.data_lake_analytics.accounts
WHERE subscriptionId = 'replace-me';