The storageSyncServices/syncGroups resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.StorageSync/storageSyncServices/syncGroups resource, add the following JSON to your template.
{
"type": "Microsoft.StorageSync/storageSyncServices/syncGroups",
"apiVersion": "2022-06-01",
"name": "string",
"properties": {}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorageSync/storageSyncServices/syncGroups' |
apiVersion | The resource api version | '2022-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) Character limit: 1-260 Valid characters: Alphanumerics, spaces, periods, hyphens, and underscores. Can't end with period or space. |
properties | The parameters used to create the sync group |