az dla account firewall

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

Manage Data Lake Analytics account firewall rules.

Commands

Name Description Type Status
az dla account firewall create

Create a firewall rule in a Data Lake Analytics account.

Core Preview
az dla account firewall delete

Delete a firewall rule in a Data Lake Analytics account.

Core Preview
az dla account firewall list

List firewall rules in a Data Lake Analytics account.

Core Preview
az dla account firewall show

Retrieve a firewall rule in a Data Lake Analytics account.

Core Preview
az dla account firewall update

Update a firewall rule in a Data Lake Analytics account.

Core Preview

az dla account firewall create

Preview

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

Create a firewall rule in a Data Lake Analytics account.

az dla account firewall create --account
                               --end-ip-address
                               --firewall-rule-name
                               --start-ip-address
                               [--resource-group]

Required Parameters

--account -n

Name of the Data Lake Analytics account.

--end-ip-address

The end of the valid IP range for the firewall rule.

--firewall-rule-name

The name of the firewall rule.

--start-ip-address

The start of the valid IP range for the firewall rule.

Optional Parameters

--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 firewall delete

Preview

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

Delete a firewall rule in a Data Lake Analytics account.

az dla account firewall delete --firewall-rule-name
                               [--account]
                               [--ids]
                               [--resource-group]
                               [--subscription]

Required Parameters

--firewall-rule-name

The name of the firewall rule 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 firewall list

Preview

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

List firewall rules in a Data Lake Analytics account.

az dla account firewall 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 firewall show

Preview

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

Retrieve a firewall rule in a Data Lake Analytics account.

az dla account firewall show --firewall-rule-name
                             [--account]
                             [--ids]
                             [--resource-group]
                             [--subscription]

Required Parameters

--firewall-rule-name

The name of the firewall rule 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 firewall update

Preview

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

Update a firewall rule in a Data Lake Analytics account.

az dla account firewall update --firewall-rule-name
                               [--account]
                               [--end-ip-address]
                               [--ids]
                               [--resource-group]
                               [--start-ip-address]
                               [--subscription]

Required Parameters

--firewall-rule-name

The name of the firewall rule to update.

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--end-ip-address

The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

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

--start-ip-address

The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

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