az vmware addon vr
Note
This reference is part of the vmware extension for the Azure CLI (version 2.11.0 or higher). The extension will automatically install the first time you run an az vmware addon vr command. Learn more about extensions.
Commands to manage a vSphere Replication (VR) addon.
Commands
az vmware addon vr create |
Create a vSphere Replication (VR) addon for a private cloud. |
az vmware addon vr delete |
Delete a vSphere Replication (VR) addon for a private cloud. |
az vmware addon vr show |
Show details of a vSphere Replication (VR) addon for a private cloud. |
az vmware addon vr update |
Update a vSphere Replication (VR) addon for a private cloud. |
az vmware addon vr create
Create a vSphere Replication (VR) addon for a private cloud.
az vmware addon vr create --private-cloud
--resource-group
--vrs-count
Examples
Create a vSphere Replication (VR) addon.
az vmware addon vr create --resource-group MyResourceGroup --private-cloud MyPrivateCloud --vrs-count 1
Required Parameters
Name of the private cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The vSphere Replication Server (VRS) count.
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 vmware addon vr delete
Delete a vSphere Replication (VR) addon for a private cloud.
az vmware addon vr delete --private-cloud
--resource-group
[--yes]
Examples
Delete a vSphere Replication (VR) addon.
az vmware addon vr delete --resource-group MyResourceGroup --private-cloud MyPrivateCloud
Required Parameters
Name of the private cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Delete without 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.
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 vmware addon vr show
Show details of a vSphere Replication (VR) addon for a private cloud.
az vmware addon vr show --private-cloud
--resource-group
Examples
Show details of a vSphere Replication (VR) addon.
az vmware addon vr show --resource-group MyResourceGroup --private-cloud MyPrivateCloud
Required Parameters
Name of the private cloud.
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.
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 vmware addon vr update
Update a vSphere Replication (VR) addon for a private cloud.
az vmware addon vr update --private-cloud
--resource-group
--vrs-count
Examples
Update a vSphere Replication (VR) addon.
az vmware addon vr update --resource-group MyResourceGroup --private-cloud MyPrivateCloud --vrs-count 1
Required Parameters
Name of the private cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The vSphere Replication Server (VRS) count.
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.
Feedback
Submit and view feedback for