Microsoft.Web connectionGateways 2016-06-01

The connectionGateways resource type can be deployed to: Resource groups.

To learn about resource group deployments, see Bicep or ARM template.

Template format

To create a Microsoft.Web/connectionGateways resource, add the following Bicep or JSON to your template.

resource symbolicname 'Microsoft.Web/connectionGateways@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: any()
  }
}

Property values

connectionGateways

Name Description Value
type The resource type

For Bicep, set this value in the resource declaration.
'Microsoft.Web/connectionGateways'
apiVersion The resource api version

For Bicep, set this value in the resource declaration.
'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

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 Any object For Bicep, you can use the any() function.

ConnectionGatewayReference

Name Description Value
id Resource reference id string
location Resource reference location string
name Resource reference name string
type Resource reference type string