az csvmware private-cloud

Note

This reference is part of the csvmware extension for the Azure CLI (version 2.0.67 or higher). The extension will automatically install the first time you run an az csvmware private-cloud command. Learn more about extensions.

Command group 'csvmware' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage VMware private clouds.

Commands

Name Description Type Status
az csvmware private-cloud list

List details of private clouds in a region.

Extension Preview
az csvmware private-cloud show

Get the details of a private cloud in a region.

Extension Preview

az csvmware private-cloud list

Preview

Command group 'csvmware' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List details of private clouds in a region.

az csvmware private-cloud list --location

Examples

List details of private clouds in East US.

az csvmware private-cloud list --location eastus

Required Parameters

--location -l

Region in which the private cloud is present.

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.

az csvmware private-cloud show

Preview

Command group 'csvmware' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get the details of a private cloud in a region.

az csvmware private-cloud show --location
                               --name

Examples

Get the details of a private cloud which is in East US.

az csvmware private-cloud show -n MyPrivateCloud --location eastus

Required Parameters

--location -l

Region in which the private cloud is present.

--name -n

Name or ID of the CloudSimple private cloud.

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.