az dls account
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage Data Lake Store accounts.
Commands
Name | Description | Type | Status |
---|---|---|---|
az dls account create |
Creates a Data Lake Store account. |
Core | Preview |
az dls account delete |
Delete a Data Lake Store account. |
Core | Preview |
az dls account enable-key-vault |
Enable the use of Azure Key Vault for encryption of a Data Lake Store account. |
Core | Preview |
az dls account firewall |
Manage Data Lake Store account firewall rules. |
Core | Preview |
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 list |
Lists available Data Lake Store accounts. |
Core | Preview |
az dls account network-rule |
Manage Data Lake Store account virtual network rules. |
Core | Preview |
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 show |
Get the details of a Data Lake Store account. |
Core | Preview |
az dls account trusted-provider |
Manage Data Lake Store account trusted identity providers. |
Core | Preview |
az dls account trusted-provider create |
Creates or updates the specified trusted identity provider. |
Core | Preview |
az dls account trusted-provider delete |
Deletes the specified trusted identity provider from the specified Data Lake Store account. |
Core | Preview |
az dls account trusted-provider list |
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account. |
Core | Preview |
az dls account trusted-provider show |
Gets the specified Data Lake Store trusted identity provider. |
Core | Preview |
az dls account trusted-provider update |
Updates the specified trusted identity provider. |
Core | Preview |
az dls account update |
Updates a Data Lake Store account. |
Core | Preview |
az dls account create
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Creates a Data Lake Store account.
az dls account create --account
[--default-group]
[--disable-encryption]
[--encryption-type {ServiceManaged, UserManaged}]
[--key-name]
[--key-vault-id]
[--key-version]
[--location]
[--resource-group]
[--tags]
[--tier {Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption}]
Examples
Creates a Data Lake Store account. (autogenerated)
az dls account create --account mydatalakestoragegen1 --resource-group MyResourceGroup
Required Parameters
Name of the Data Lake Store account.
Optional Parameters
Name of the default group to give permissions to for freshly created files and folders in the Data Lake Store account.
Indicates that the account will not have any form of encryption applied to it.
Indicates what type of encryption to provision the account with. By default, encryption is ServiceManaged. If no encryption is desired, it must be explicitly set with the --disable-encryption flag.
Key name for the user-assigned encryption type.
Key vault for the user-assigned encryption type.
Key version for the user-assigned encryption type.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
The desired commitment tier for this account to use.
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 delete
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a Data Lake Store account.
az dls account delete [--account]
[--ids]
[--resource-group]
[--subscription]
Examples
Delete a Data Lake Store account. (autogenerated)
az dls account delete --account mydatalakestoragegen1
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 enable-key-vault
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Enable the use of Azure Key Vault for encryption of a Data Lake Store account.
az dls account enable-key-vault [--account]
[--ids]
[--resource-group]
[--subscription]
Examples
Enable the use of Azure Key Vault for encryption of a Data Lake Store account. (autogenerated)
az dls account enable-key-vault --account mydatalakestoragegen1
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 list
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Lists available Data Lake Store accounts.
az dls account list [--resource-group]
Examples
Lists available Data Lake Store accounts. (autogenerated)
az dls account list --resource-group MyResourceGroup
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 show
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the details of a Data Lake Store account.
az dls account show [--account]
[--ids]
[--resource-group]
[--subscription]
Examples
Get the details of a Data Lake Store account. (autogenerated)
az dls account show --account mydatalakestoragegen1
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 update
Command group 'dls' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Updates a Data Lake Store account.
az dls account update [--account]
[--allow-azure-ips {Disabled, Enabled}]
[--default-group]
[--firewall-state {Disabled, Enabled}]
[--ids]
[--key-version]
[--resource-group]
[--subscription]
[--tags]
[--tier {Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption}]
[--trusted-id-provider-state {Disabled, Enabled}]
Examples
Updates a Data Lake Store account. (autogenerated)
az dls account update --account mydatalakestoragegen1 --allow-azure-ips Enabled --firewall-state Enabled --resource-group MyResourceGroup --subscription MySubscription --tags key=value
Optional Parameters
Name of the Data Lake Store account.
Allow/block Azure originating IPs through the firewall.
Name of the default group to give permissions to for freshly created files and folders in the Data Lake Store account.
Enable/disable existing firewall rules.
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.
Key version for the user-assigned encryption type.
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
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
The desired commitment tier for this account to use.
Enable/disable the existing trusted ID providers.
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.