az vmware datastore disk-pool-volume
Note
This reference is part of the vmware extension for the Azure CLI (version 2.54.0 or higher). The extension will automatically install the first time you run an az vmware datastore disk-pool-volume command. Learn more about extensions.
Manage disk pool volume resource.
Commands
Name | Description | Type | Status |
---|---|---|---|
az vmware datastore disk-pool-volume create |
Create a VMFS datastore in a private cloud cluster using Microsoft.StoragePool provided iSCSI target. |
Extension | GA |
az vmware datastore disk-pool-volume create
Create a VMFS datastore in a private cloud cluster using Microsoft.StoragePool provided iSCSI target.
az vmware datastore disk-pool-volume create --cluster
--datastore-name
--lun-name
--private-cloud
--resource-group
--target-id
[--mount-option {ATTACH, MOUNT}]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
Required Parameters
Name of the cluster in the private cloud.
Name of the datastore in the private cloud cluster.
Name of the LUN to be used for datastore.
Name of the private cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Azure resource ID of the iSCSI target.
Optional Parameters
Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN.
Do not wait for the long-running operation to finish.
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.