az azurestackhci storagepath
Note
This reference is part of the azurestackhci extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az azurestackhci storagepath command. Learn more about extensions.
Command group 'azurestackhci' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage storagepath with azurestackhci.
Commands
Name | Description | Type | Status |
---|---|---|---|
az azurestackhci storagepath create |
Create a storage path. |
Extension | Experimental |
az azurestackhci storagepath delete |
Delete a storage path. |
Extension | Experimental |
az azurestackhci storagepath list |
List all the storage paths. |
Extension | Experimental |
az azurestackhci storagepath show |
Get the details of a storage path. |
Extension | Experimental |
az azurestackhci storagepath update |
Update a storage path. |
Extension | Experimental |
az azurestackhci storagepath create
Command group 'azurestackhci' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a storage path.
az azurestackhci storagepath create --name
--resource-group
[--extended-location]
[--location]
[--path]
[--tags]
Examples
PutStoragePath
az azurestackhci storagepath create --resource-group "test-rg" --extended-location name="/subscriptions/a95612cb-f1fa-4daa-a4fd-272844fa512c/resourceGroups/dogfoodarc/providers/Microsoft.ExtendedLocation/customLocations/dogfood-location" type="CustomLocation" --location "West US2" --path "C:\\path_storage" --name "Default_StoragePath"
Required Parameters
Name of the storage path.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Usage: --extended-location type=XX name=XX
type: The extended location type. name: The extended location name.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Path on a disk to create storagepath.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 azurestackhci storagepath delete
Command group 'azurestackhci' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a storage path.
az azurestackhci storagepath delete [--ids]
[--name]
[--resource-group]
[--subscription]
[--yes]
Examples
DeleteStoragePath
az azurestackhci storagepath delete --resource-group "test-rg" --name "Default_StoragePath"
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.
Name of the storage path.
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 azurestackhci storagepath list
Command group 'azurestackhci' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List all the storage paths.
az azurestackhci storagepath list [--resource-group]
Examples
ListStoragePathByResourceGroup
az azurestackhci storagepath list --resource-group "test-rg"
ListStoragePathByResourceGroup
az azurestackhci storagepath list
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 azurestackhci storagepath show
Command group 'azurestackhci' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the details of a storage path.
az azurestackhci storagepath show [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
GetStoragePath
az azurestackhci storagepath show --resource-group "test-rg" --name "Default_StoragePath"
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.
Name of the storage path.
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 azurestackhci storagepath update
Command group 'azurestackhci' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update a storage path.
az azurestackhci storagepath update [--ids]
[--name]
[--resource-group]
[--subscription]
[--tags]
Examples
UpdateStoragePath
az azurestackhci storagepath update --resource-group "test-rg" --tags additionalProperties="sample" --name "Default_StoragePath"
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.
Name of the storage path.
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
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.