az vmware hcx-enterprise-site

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 hcx-enterprise-site command. Learn more about extensions.

Commands to manage HCX Enterprise Sites in a private cloud.

Commands

az vmware hcx-enterprise-site create

Create an HCX Enterprise Site in a private cloud.

az vmware hcx-enterprise-site delete

Delete an HCX Enterprise Site in a private cloud.

az vmware hcx-enterprise-site list

List HCX Enterprise Sites in a private cloud.

az vmware hcx-enterprise-site show

Show details of an HCX Enterprise Site in a private cloud.

az vmware hcx-enterprise-site create

Create an HCX Enterprise Site in a private cloud.

az vmware hcx-enterprise-site create --name
                                     --private-cloud
                                     --resource-group

Required Parameters

--name -n

The name of the HCX Enterprise Site.

--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>.

az vmware hcx-enterprise-site delete

Delete an HCX Enterprise Site in a private cloud.

az vmware hcx-enterprise-site delete --name
                                     --private-cloud
                                     --resource-group
                                     [--yes]

Required Parameters

--name -n

The name of the HCX Enterprise Site.

--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

--yes

Delete without confirmation.

az vmware hcx-enterprise-site list

List HCX Enterprise Sites in a private cloud.

az vmware hcx-enterprise-site list --private-cloud
                                   --resource-group

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>.

az vmware hcx-enterprise-site show

Show details of an HCX Enterprise Site in a private cloud.

az vmware hcx-enterprise-site show --name
                                   --private-cloud
                                   --resource-group

Required Parameters

--name -n

The name of the HCX Enterprise Site.

--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>.