az dls account network-rule
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage Data Lake Store account virtual network rules.
Commands
Name | Description | Type | Status |
---|---|---|---|
az dls account network-rule create |
Creates a virtual network rule in a Data Lake Store account. |
Core | Preview |
az dls account network-rule delete |
Deletes a virtual network rule in a Data Lake Store account. |
Core | Preview |
az dls account network-rule list |
Lists virtual network rules in a Data Lake Store account. |
Core | Preview |
az dls account network-rule show |
Get the details of a virtual network rule in a Data Lake Store account. |
Core | Preview |
az dls account network-rule update |
Updates a virtual network rule in a Data Lake Store account. |
Core | Preview |
az dls account network-rule create
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Creates a virtual network rule in a Data Lake Store account.
az dls account network-rule create --account-name
--name
--subnet
[--resource-group]
[--vnet-name]
Required Parameters
Name of the Data Lake Store account.
The virtual network rule name.
The subnet name or id for the virtual network rule.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the virtual network rule.
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 network-rule delete
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Deletes a virtual network rule in a Data Lake Store account.
az dls account network-rule delete --account-name
[--ids]
[--name]
[--resource-group]
[--subscription]
Required Parameters
Name of the Data Lake Store account.
Optional Parameters
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.
The virtual network rule name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 network-rule list
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Lists virtual network rules in a Data Lake Store account.
az dls account network-rule list --account-name
[--resource-group]
Required Parameters
Name of the Data Lake Store account.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 network-rule show
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the details of a virtual network rule in a Data Lake Store account.
az dls account network-rule show --account-name
[--ids]
[--name]
[--resource-group]
[--subscription]
Required Parameters
Name of the Data Lake Store account.
Optional Parameters
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.
The virtual network rule name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 network-rule update
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Updates a virtual network rule in a Data Lake Store account.
az dls account network-rule update --account-name
--subnet
[--add]
[--force-string]
[--ids]
[--name]
[--remove]
[--resource-group]
[--set]
[--subscription]
[--vnet-name]
Required Parameters
Name of the Data Lake Store account.
Name or ID of the subnet that allows access to DLS. If subnet name is provided, --name must be provided.
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
The virtual network rule name.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The virtual network rule name.
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.