az vmware datastore pure-storage-volume
Note
This reference is part of the vmware extension for the Azure CLI (version 2.70.0 or higher). The extension will automatically install the first time you run an az vmware datastore pure-storage-volume command. Learn more about extensions.
Manage Pure Storage volume resource.
Commands
Name | Description | Type | Status |
---|---|---|---|
az vmware datastore pure-storage-volume create |
Create a Pure Storage volume in a private cloud cluster using PureStorage.Block provider. |
Extension | GA |
az vmware datastore pure-storage-volume create
Create a Pure Storage volume in a private cloud cluster using PureStorage.Block provider.
az vmware datastore pure-storage-volume create --cluster --cluster-name
--datastore-name --name
--private-cloud
--resource-group
--size-gb
--storage-pool-id
Examples
Create a Pure Storage volume in a private cloud.
az vmware datastore pure-storage-volume create --name PureStorageDatastore1 --resource-group ResourceGroup1 --private-cloud PrivateCloud1 --cluster Cluster1 --storage-pool-id StoragePool1 --size-gb 64
Required Parameters
Name of the cluster in the private cloud.
Name of the datastore in the private cloud cluster.
Name of the private cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Volume size to be used to create a Virtual Volumes (vVols) datastore.
Azure resource ID of the Pure Storage Pool.
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.