The sqlMigrationServices resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.DataMigration/sqlMigrationServices resource, add the following JSON to your template.
{
"type": "Microsoft.DataMigration/sqlMigrationServices",
"apiVersion": "2022-03-30-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.DataMigration/sqlMigrationServices' |
apiVersion | The resource api version | '2022-03-30-preview' |
name | The resource name | string (required) |
location | string | |
tags | Dictionary of {string} | Dictionary of tag names and values. See Tags in templates |
properties | The SQL Migration Service properties. | SqlMigrationServiceProperties |
This object doesn't contain any properties to set during deployment. All properties are ReadOnly.