az dls account firewall
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage Data Lake Store account firewall rules.
Commands
Name | Description | Type | Status |
---|---|---|---|
az dls account firewall create |
Creates a firewall rule in a Data Lake Store account. |
Core | Preview |
az dls account firewall delete |
Deletes a firewall rule in a Data Lake Store account. |
Core | Preview |
az dls account firewall list |
Lists firewall rules in a Data Lake Store account. |
Core | Preview |
az dls account firewall show |
Get the details of a firewall rule in a Data Lake Store account. |
Core | Preview |
az dls account firewall update |
Updates a firewall rule in a Data Lake Store account. |
Core | Preview |
az dls account firewall create
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Creates a firewall rule in a Data Lake Store account.
az dls account firewall create --account
--end-ip-address
--firewall-rule-name
--start-ip-address
[--resource-group]
Required Parameters
Name of the Data Lake Store account.
The end of the valid ip range for the firewall rule.
The name of the firewall rule.
The start of the valid ip range for the firewall rule.
Optional Parameters
If not specified, will attempt to discover the resource group for the specified Data Lake Store account.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dls account firewall delete
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Deletes a firewall rule in a Data Lake Store account.
az dls account firewall delete --firewall-rule-name
[--account]
[--ids]
[--resource-group]
[--subscription]
Required Parameters
The name of the firewall rule to delete.
Optional Parameters
Name of the Data Lake Store account.
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.
If not specified, will attempt to discover the resource group for the specified Data Lake Store account.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dls account firewall list
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Lists firewall rules in a Data Lake Store account.
az dls account firewall list [--account]
[--ids]
[--resource-group]
[--subscription]
Examples
Lists firewall rules in a Data Lake Store account. (autogenerated)
az dls account firewall list --account mydatalakestoragegen1 --subscription MySubscription
Optional Parameters
Name of the Data Lake Store account.
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.
If not specified, will attempt to discover the resource group for the specified Data Lake Store account.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dls account firewall show
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the details of a firewall rule in a Data Lake Store account.
az dls account firewall show --firewall-rule-name
[--account]
[--ids]
[--resource-group]
[--subscription]
Required Parameters
The name of the firewall rule to retrieve.
Optional Parameters
Name of the Data Lake Store account.
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.
If not specified, will attempt to discover the resource group for the specified Data Lake Store account.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az dls account firewall update
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Updates a firewall rule in a Data Lake Store account.
az dls account firewall update --firewall-rule-name
[--account]
[--end-ip-address]
[--ids]
[--resource-group]
[--start-ip-address]
[--subscription]
Required Parameters
The name of the firewall rule to update.
Optional Parameters
Name of the Data Lake Store account.
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
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.
If not specified, will attempt to discover the resource group for the specified Data Lake Store account.
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.