Share via


az vmware addon

Note

This reference is part of the vmware extension for the Azure CLI (version 2.51.0 or higher). The extension will automatically install the first time you run an az vmware addon command. Learn more about extensions.

Commands to manage addons for a private cloud.

Commands

Name Description Type Status
az vmware addon arc

Commands to manage a Arc addon.

Extension GA
az vmware addon arc create

Create an Arc addon for a private cloud.

Extension GA
az vmware addon arc delete

Delete an Arc addon for a private cloud.

Extension GA
az vmware addon arc show

Show details of an Arc addon for a private cloud.

Extension GA
az vmware addon arc update

Update an Arc addon for a private cloud.

Extension GA
az vmware addon hcx

Commands to manage a HCX addon.

Extension GA
az vmware addon hcx create

Create a HCX addon for a private cloud.

Extension GA
az vmware addon hcx delete

Delete a HCX addon for a private cloud.

Extension GA
az vmware addon hcx show

Show details of a HCX addon for a private cloud.

Extension GA
az vmware addon hcx update

Update a HCX addon for a private cloud.

Extension GA
az vmware addon list

List addons in a private cloud.

Extension GA
az vmware addon srm

Commands to manage a Site Recovery Manager (SRM) addon.

Extension GA
az vmware addon srm create

Create a Site Recovery Manager (SRM) addon for a private cloud.

Extension GA
az vmware addon srm delete

Delete a Site Recovery Manager (SRM) addon for a private cloud.

Extension GA
az vmware addon srm show

Show details of a Site Recovery Manager (SRM) addon.

Extension GA
az vmware addon srm update

Update a Site Recovery Manager (SRM) addon for a private cloud.

Extension GA
az vmware addon vr

Commands to manage a vSphere Replication (VR) addon.

Extension GA
az vmware addon vr create

Create a vSphere Replication (VR) addon for a private cloud.

Extension GA
az vmware addon vr delete

Delete a vSphere Replication (VR) addon for a private cloud.

Extension GA
az vmware addon vr show

Show details of a vSphere Replication (VR) addon for a private cloud.

Extension GA
az vmware addon vr update

Update a vSphere Replication (VR) addon for a private cloud.

Extension GA

az vmware addon list

List addons in a private cloud.

az vmware addon list --private-cloud
                     --resource-group
                     [--max-items]
                     [--next-token]

Required Parameters

--private-cloud -c

Name of the private cloud.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--max-items

Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token argument of a subsequent command.

--next-token

Token to specify where to start paginating. This is the token value from a previously truncated response.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.