Microsoft.Web serverfarms/virtualNetworkConnections/gateways 2019-08-01
Template format
To create a Microsoft.Web/serverfarms/virtualNetworkConnections/gateways resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Web/serverfarms/virtualNetworkConnections/gateways",
"apiVersion": "2019-08-01",
"kind": "string",
"properties": {
"vnetName": "string",
"vpnPackageUri": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Web/serverfarms/virtualNetworkConnections/gateways object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | Name of the gateway. Currently, the only supported string is "primary". |
type | enum | Yes | gateways -or- Microsoft.Web/serverfarms/virtualNetworkConnections/gateways See Set name and type for child resources. |
apiVersion | enum | Yes | 2019-08-01 |
kind | string | No | Kind of resource. |
properties | object | Yes | VnetGateway resource specific properties - VnetGatewayProperties object |
VnetGatewayProperties object
Name | Type | Required | Value |
---|---|---|---|
vnetName | string | No | The Virtual Network name. |
vpnPackageUri | string | Yes | The URI where the VPN package can be downloaded. |