az vmware authorization

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 authorization command. Learn more about extensions.

Commands to manage the authorizations of an ExpressRoute Circuit for a private cloud.

Commands

az vmware authorization create

Create an authorization for an ExpressRoute Circuit in a private cloud.

az vmware authorization delete

Delete an authorization for an ExpressRoute Circuit in a private cloud.

az vmware authorization list

List authorizations for an ExpressRoute Circuit in a private cloud.

az vmware authorization show

Show details of an authorization for an ExpressRoute Circuit in a private cloud.

az vmware authorization create

Create an authorization for an ExpressRoute Circuit in a private cloud.

az vmware authorization create --name
                               --private-cloud
                               --resource-group
                               [--express-route-id]

Required Parameters

--name -n

Name of the authorization.

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

--express-route-id

The ID of the ExpressRoute Circuit.

az vmware authorization delete

Delete an authorization for an ExpressRoute Circuit in a private cloud.

az vmware authorization delete --name
                               --private-cloud
                               --resource-group
                               [--yes]

Required Parameters

--name -n

Name of the authorization.

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

default value: False

az vmware authorization list

List authorizations for an ExpressRoute Circuit in a private cloud.

az vmware authorization 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 authorization show

Show details of an authorization for an ExpressRoute Circuit in a private cloud.

az vmware authorization show --name
                             --private-cloud
                             --resource-group

Required Parameters

--name -n

Name of the authorization.

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