az mesh volume
Manage volumes.
Commands
az mesh volume create |
Create a volume. |
az mesh volume delete |
Delete a volume. |
az mesh volume list |
List volumes. |
az mesh volume show |
Get the details of a volume. |
az mesh volume create
Create a volume.
az mesh volume create --location
--name
--resource-group
[--template-file]
[--template-uri]
Examples
Create a volume with a template file on a remote URL.
az mesh volume create --location westus --name myvolume --resource-group mygroup --template-uri https://mystorage.blob.core.windows.net/templates/volumeDescription.json
Create a volume with a template file on local disk.
az mesh volume create --location westus --name myvolume --resource-group mygroup --template-file ./volumeDescription.json
Required Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The name of the volume.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The full file path of creation template.
The full file path of creation template on a http or https link.
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.
Increase logging verbosity. Use --debug for full debug logs.
az mesh volume delete
Delete a volume.
az mesh volume delete --name
--resource-group
[--yes]
Required Parameters
The name of the volume.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not prompt for confirmation.
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.
Increase logging verbosity. Use --debug for full debug logs.
az mesh volume list
List volumes.
az mesh volume list [--resource-group]
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az mesh volume show
Get the details of a volume.
az mesh volume show --name
--resource-group
Required Parameters
The name of the volume.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
Increase logging verbosity. Use --debug for full debug logs.