az connectedvmware vcenter
Note
This reference is part of the connectedvmware extension for the Azure CLI (version 2.0.67 or higher). The extension will automatically install the first time you run an az connectedvmware vcenter command. Learn more about extensions.
Vcenter resource.
Commands
Name | Description | Type | Status |
---|---|---|---|
az connectedvmware vcenter connect |
Create vcenter resource. |
Extension | GA |
az connectedvmware vcenter delete |
Delete vcenter resource. |
Extension | GA |
az connectedvmware vcenter inventory-item |
Inventory item resource. |
Extension | GA |
az connectedvmware vcenter inventory-item list |
Retrieve a list of inventory item given by resource group and vcenter name. |
Extension | GA |
az connectedvmware vcenter inventory-item show |
Get details of a inventory item by inventory item name or id, resource-group and vcenter name. |
Extension | GA |
az connectedvmware vcenter list |
Retrieve a list of vcenter resource of given resource group. |
Extension | GA |
az connectedvmware vcenter show |
Get details of a vcenter resource by id, resource-group, vcenter name or subscription. |
Extension | GA |
az connectedvmware vcenter connect
Create vcenter resource.
az connectedvmware vcenter connect --custom-location
--location
[--fqdn]
[--ids]
[--name]
[--no-wait]
[--password]
[--port]
[--resource-group]
[--subscription]
[--tags]
[--username]
Examples
Connect to vcenter
az connectedvmware vcenter connect --custom-location "custom location name" --fqdn "vcenter fqdn/ip" --username "vcenter user name" --password "vcenter password" --resource-group "resource group name" --location "location name" --name "vcenter name"
Required Parameters
Name or ID of the custom location that will manage this resource.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Optional Parameters
FQDN/IP address of the vCenter.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the resource.
Do not wait for the long-running operation to finish.
Username password credentials to use for connecting to the vCenter.
The port of the vCenter.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Username to use for connecting to the vCenter.
Global Parameters
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 connectedvmware vcenter delete
Delete vcenter resource.
az connectedvmware vcenter delete [--force]
[--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete vcenter resource
az connectedvmware vcenter delete --ids "resource id" --name "vcenter name" --resource-group "resource group name" --subscription "Name or ID of subscription"
Optional Parameters
Whether force delete or not.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the resource.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
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 connectedvmware vcenter list
Retrieve a list of vcenter resource of given resource group.
az connectedvmware vcenter list [--resource-group]
Examples
Retrieve a list of vcenter resource
az connectedvmware vcenter list --resource-group "resource group name"
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
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 connectedvmware vcenter show
Get details of a vcenter resource by id, resource-group, vcenter name or subscription.
az connectedvmware vcenter show [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Get details of a vcenter resource
az connectedvmware vcenter show --ids "resource id" --name "vcenter name" --resource-group "resource group name" --subscription "Name or ID of subscription"
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
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.