Share via


az dla account firewall

This command group is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

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

Delete a firewall rule in a Data Lake Analytics account.

Core Deprecated
az dla account firewall list

List firewall rules in a Data Lake Analytics account.

Core Deprecated
az dla account firewall show

Retrieve a firewall rule in a Data Lake Analytics account.

Core Deprecated
az dla account firewall update

Update a firewall rule in a Data Lake Analytics account.

Core Deprecated

az dla account firewall create

Deprecated

This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

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

Deprecated

This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

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

Deprecated

This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

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

Deprecated

This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

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

Deprecated

This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.

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.