Microsoft.ConnectedVMwarevSphere vcenters

ARM template resource definition

The vcenters resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.ConnectedVMwarevSphere/vcenters resource, add the following JSON to your template.

{
  "type": "Microsoft.ConnectedVMwarevSphere/vcenters",
  "apiVersion": "2022-07-15-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "kind": "string",
  "extendedLocation": {
    "name": "string",
    "type": "string"
  },
  "properties": {
    "credentials": {
      "password": "string",
      "username": "string"
    },
    "fqdn": "string",
    "port": "int"
  }
}

Property values

vcenters

Name Description Value
type The resource type 'Microsoft.ConnectedVMwarevSphere/vcenters'
apiVersion The resource api version '2022-07-15-preview'
name The resource name string (required)
location Gets or sets the location. string (required)
tags Gets or sets the Resource tags. Dictionary of tag names and values. See Tags in templates
kind Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. string
extendedLocation Gets or sets the extended location. ExtendedLocation
properties Resource properties. VCenterProperties (required)

ExtendedLocation

Name Description Value
name The extended location name. string
type The extended location type. string

VCenterProperties

Name Description Value
credentials Username / Password Credentials to connect to vcenter. VICredential
fqdn Gets or sets the FQDN/IPAddress of the vCenter. string (required)
port Gets or sets the port of the vCenter. int

VICredential

Name Description Value
password Gets or sets the password to connect with the vCenter. string
username Gets or sets username to connect with the vCenter. string