Microsoft.Migrate projects/groups

ARM template resource definition

The projects/groups resource type can be deployed to:

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

Resource format

To create a Microsoft.Migrate/projects/groups resource, add the following JSON to your template.

{
  "type": "Microsoft.Migrate/projects/groups",
  "apiVersion": "2018-02-02",
  "name": "string",
  "eTag": "string",
  "properties": {
    "machines": [ "string" ]
  }
}

Property values

projects/groups

Name Description Value
type The resource type 'Microsoft.Migrate/projects/groups'
apiVersion The resource api version '2018-02-02'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
eTag For optimistic concurrency control. string
properties Properties of the group. GroupProperties (required)

GroupProperties

Name Description Value
machines List of machine names that are part of this group. string[] (required)