Microsoft.Sql servers/communicationLinks

ARM template resource definition

The servers/communicationLinks resource type can be deployed with operations that target:

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

Resource format

To create a Microsoft.Sql/servers/communicationLinks resource, add the following JSON to your template.

{
  "type": "Microsoft.Sql/servers/communicationLinks",
  "apiVersion": "2014-04-01",
  "name": "string",
  "properties": {
    "partnerServer": "string"
  }
}

Property values

Name Description Value
type The resource type 'Microsoft.Sql/servers/communicationLinks'
apiVersion The resource api version '2014-04-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The properties of resource. ServerCommunicationLinkProperties

ServerCommunicationLinkProperties

Name Description Value
partnerServer The name of the partner server. string (required)