The projects/groups resource type can be deployed to:
For a list of changed properties in each API version, see change log.
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" ]
}
}
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) |
Name | Description | Value |
---|---|---|
machines | List of machine names that are part of this group. | string[] (required) |