az dla account compute-policy

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage Data Lake Analytics account compute policies.

Commands

Name Description Type Status
az dla account compute-policy create

Create a compute policy in the Data Lake Analytics account.

Core Preview
az dla account compute-policy delete

Delete a compute policy in a Data Lake Analytics account.

Core Preview
az dla account compute-policy list

List compute policies in the a Lake Analytics account.

Core Preview
az dla account compute-policy show

Retrieve a compute policy in a Data Lake Analytics account.

Core Preview
az dla account compute-policy update

Update a compute policy in the Data Lake Analytics account.

Core Preview

az dla account compute-policy create

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create a compute policy in the Data Lake Analytics account.

az dla account compute-policy create --account
                                     --compute-policy-name
                                     --object-id
                                     --object-type
                                     [--max-dop-per-job]
                                     [--min-priority-per-job]
                                     [--resource-group]

Required Parameters

--account -n

Name of the Data Lake Analytics account.

--compute-policy-name

The name of the compute policy to create.

--object-id

The Azure Active Directory object ID of the user, group, or service principal to apply the policy to.

--object-type

The Azure Active Directory object type associated with the supplied object ID.

Optional Parameters

--max-dop-per-job

The maximum degree of parallelism allowed per job for this policy. At least one of --min-priority-per-job and --max-dop-per-job must be specified.

--min-priority-per-job

The minimum priority allowed per job for this policy. At least one of --min-priority-per-job and --max-dop-per-job must be specified.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Analytics account.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az dla account compute-policy delete

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Delete a compute policy in a Data Lake Analytics account.

az dla account compute-policy delete --compute-policy-name
                                     [--account]
                                     [--ids]
                                     [--resource-group]
                                     [--subscription]

Required Parameters

--compute-policy-name

The name of the compute policy to delete.

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Analytics account.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az dla account compute-policy list

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List compute policies in the a Lake Analytics account.

az dla account compute-policy list [--account]
                                   [--ids]
                                   [--resource-group]
                                   [--subscription]

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Analytics account.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az dla account compute-policy show

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Retrieve a compute policy in a Data Lake Analytics account.

az dla account compute-policy show --compute-policy-name
                                   [--account]
                                   [--ids]
                                   [--resource-group]
                                   [--subscription]

Required Parameters

--compute-policy-name

The name of the compute policy to retrieve.

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Analytics account.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az dla account compute-policy update

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Update a compute policy in the Data Lake Analytics account.

az dla account compute-policy update --compute-policy-name
                                     [--account]
                                     [--ids]
                                     [--max-dop-per-job]
                                     [--min-priority-per-job]
                                     [--resource-group]
                                     [--subscription]

Required Parameters

--compute-policy-name

The name of the compute policy to update.

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--max-dop-per-job

The maximum degree of parallelism allowed per job for this policy. At least one of --min-priority-per-job and --max-dop-per-job must be specified.

--min-priority-per-job

The minimum priority allowed per job for this policy. At least one of --min-priority-per-job and --max-dop-per-job must be specified.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Analytics account.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.