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 of the authorization.
Name of the private cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The ID of the ExpressRoute Circuit.
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 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 of the authorization.
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 authorization list
List authorizations for an ExpressRoute Circuit in a private cloud.
az vmware authorization list --private-cloud
--resource-group
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 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 of the authorization.
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.
Feedback
Submit and view feedback for