The sqlServerRegistrations/sqlServers resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.AzureData/sqlServerRegistrations/sqlServers resource, add the following JSON to your template.
{
"type": "Microsoft.AzureData/sqlServerRegistrations/sqlServers",
"apiVersion": "2019-07-24-preview",
"name": "string",
"properties": {
"cores": "int",
"edition": "string",
"propertyBag": "string",
"registrationID": "string",
"version": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.AzureData/sqlServerRegistrations/sqlServers' |
apiVersion | The resource api version | '2019-07-24-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Resource properties. | SqlServerProperties |
Name | Description | Value |
---|---|---|
cores | Cores of the Sql Server. | int |
edition | Sql Server Edition. | string |
propertyBag | Sql Server Json Property Bag. | string |
registrationID | ID for Parent Sql Server Registration. | string |
version | Version of the Sql Server. | string |