The connectionGateways 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.Web/connectionGateways resource, add the following JSON to your template.
{
"type": "Microsoft.Web/connectionGateways",
"apiVersion": "2016-06-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"etag": "string",
"properties": {
"backendUri": "string",
"connectionGatewayInstallation": {
"id": "string",
"location": "string",
"name": "string",
"type": "string"
},
"contactInformation": [ "string" ],
"description": "string",
"displayName": "string",
"machineName": "string",
"status": {}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Web/connectionGateways' |
apiVersion | The resource api version | '2016-06-01' |
name | The resource name | string (required) |
location | Resource location | string |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
etag | Resource ETag | string |
properties | ConnectionGatewayDefinitionProperties |
Name | Description | Value |
---|---|---|
backendUri | The URI of the backend | string |
connectionGatewayInstallation | The gateway installation reference | ConnectionGatewayReference |
contactInformation | The gateway admin | string[] |
description | The gateway description | string |
displayName | The gateway display name | string |
machineName | The machine name of the gateway | string |
status | The gateway status |
Name | Description | Value |
---|---|---|
id | Resource reference id | string |
location | Resource reference location | string |
name | Resource reference name | string |
type | Resource reference type | string |