az databoxedge device storage-account-credential
Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage device storage account credential.
Commands
Name | Description | Type | Status |
---|---|---|---|
az databoxedge device storage-account-credential create |
Create the storage account credential. |
Core | Preview |
az databoxedge device storage-account-credential delete |
Delete the storage account credential. |
Core | Preview |
az databoxedge device storage-account-credential list |
List all the storage account credentials in a Data Box Edge/Data Box Gateway device. |
Core | Preview |
az databoxedge device storage-account-credential show |
Get the properties of the specified storage account credential. |
Core | Preview |
az databoxedge device storage-account-credential update |
Update the storage account credential. |
Core | Preview |
az databoxedge device storage-account-credential create
Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create the storage account credential.
az databoxedge device storage-account-credential create --account-type {BlobStorage, GeneralPurposeStorage}
--alias
--device-name
--name
--resource-group
--ssl-status {Disabled, Enabled}
[--account-key]
[--blob-domain-name]
[--connection-string]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--storage-account-id]
[--user-name]
Examples
Create storage account credential
az databoxedge device storage-account-credential create --device-name name -n sac-name -g rg --account-type GeneralPurposeStorage --alias testsac --ssl-status Enabled --account-key "{encryptionAlgorithm:AES256,value:xxx,encryptionCertThumbprint:xxx}"
Required Parameters
Type of storage accessed on the storage account.
Alias for the storage account.
The device name.
The storage account credential name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Signifies whether SSL needs to be enabled or not.
Optional Parameters
Encrypted storage key. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Blob end point for private clouds.
Connection string for the storage account. Use this string if username and account key are not specified.
Do not wait for the long-running operation to finish.
Id of the storage account.
Username for the storage 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 databoxedge device storage-account-credential delete
Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete the storage account credential.
az databoxedge device storage-account-credential delete [--device-name]
[--ids]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete storage account credential
az databoxedge device storage-account-credential delete --device-name name -n sac-name -g rg
Optional Parameters
The device name.
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 storage account credential name.
Do not wait for the long-running operation to finish.
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
.
Do not prompt for confirmation.
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 databoxedge device storage-account-credential list
Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List all the storage account credentials in a Data Box Edge/Data Box Gateway device.
az databoxedge device storage-account-credential list --device-name
--resource-group
[--max-items]
[--next-token]
Examples
List storage account credential
az databoxedge device storage-account-credential list --device-name name -g rg
Required Parameters
The device name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
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 databoxedge device storage-account-credential show
Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the properties of the specified storage account credential.
az databoxedge device storage-account-credential show [--device-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show storage account credential
az databoxedge device storage-account-credential show --device-name name -n sac-name -g rg
Optional Parameters
The device name.
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 storage account credential 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 databoxedge device storage-account-credential update
Command group 'databoxedge' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update the storage account credential.
az databoxedge device storage-account-credential update [--account-key]
[--account-type {BlobStorage, GeneralPurposeStorage}]
[--add]
[--alias]
[--blob-domain-name]
[--connection-string]
[--device-name]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--remove]
[--resource-group]
[--set]
[--ssl-status {Disabled, Enabled}]
[--storage-account-id]
[--subscription]
[--user-name]
Examples
Update storage account credential
az databoxedge device storage-account-credential update --device-name name -n sac-name -g rg --account-type GeneralPurposeStorage --alias testsac --ssl-status Enabled --account-key "{encryptionAlgorithm:AES256,value:xxx,encryptionCertThumbprint:xxx}"
Optional Parameters
Encrypted storage key. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Type of storage accessed on the storage account.
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>
.
Alias for the storage account.
Blob end point for private clouds.
Connection string for the storage account. Use this string if username and account key are not specified.
The device name.
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 storage account credential name.
Do not wait for the long-running operation to finish.
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>
.
Signifies whether SSL needs to be enabled or not.
Id of the storage account.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Username for the storage 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.