Microsoft.Web connectionGateways
Bicep 資源定義
connectionGateways 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Web/connectionGateways 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Web/connectionGateways@2016-06-01' = {
etag: 'string'
location: 'string'
name: 'string'
properties: {
backendUri: 'string'
connectionGatewayInstallation: {
id: 'string'
location: 'string'
name: 'string'
type: 'string'
}
contactInformation: [
'string'
]
description: 'string'
displayName: 'string'
machineName: 'string'
status: any(Azure.Bicep.Types.Concrete.AnyType)
}
tags: {
{customized property}: 'string'
}
}
屬性值
ConnectionGatewayDefinitionProperties
名字 |
描述 |
價值 |
backendUri |
後端的 URI |
字串 |
connectionGatewayInstallation |
閘道安裝參考 |
ConnectionGatewayReference |
contactInformation |
閘道管理員 |
string[] |
描述 |
閘道描述 |
字串 |
displayName |
閘道顯示名稱 |
字串 |
machineName |
閘道的電腦名稱 |
字串 |
地位 |
閘道狀態 |
任何 |
ConnectionGatewayReference
名字 |
描述 |
價值 |
id |
資源參考標識碼 |
字串 |
位置 |
資源參考位置 |
字串 |
名字 |
資源參考名稱 |
字串 |
類型 |
資源參考類型 |
字串 |
Microsoft.Web/connectionGateways
ARM 樣本資源定義
connectionGateways 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Web/connectionGateways 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Web/connectionGateways",
"apiVersion": "2016-06-01",
"name": "string",
"etag": "string",
"location": "string",
"properties": {
"backendUri": "string",
"connectionGatewayInstallation": {
"id": "string",
"location": "string",
"name": "string",
"type": "string"
},
"contactInformation": [ "string" ],
"description": "string",
"displayName": "string",
"machineName": "string",
"status": {}
},
"tags": {
"{customized property}": "string"
}
}
屬性值
ConnectionGatewayDefinitionProperties
名字 |
描述 |
價值 |
backendUri |
後端的 URI |
字串 |
connectionGatewayInstallation |
閘道安裝參考 |
ConnectionGatewayReference |
contactInformation |
閘道管理員 |
string[] |
描述 |
閘道描述 |
字串 |
displayName |
閘道顯示名稱 |
字串 |
machineName |
閘道的電腦名稱 |
字串 |
地位 |
閘道狀態 |
任何 |
ConnectionGatewayReference
名字 |
描述 |
價值 |
id |
資源參考標識碼 |
字串 |
位置 |
資源參考位置 |
字串 |
名字 |
資源參考名稱 |
字串 |
類型 |
資源參考類型 |
字串 |
Microsoft.Web/connectionGateways
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2016-06-01' |
etag |
資源 ETag |
字串 |
位置 |
資源位置 |
字串 |
名字 |
資源名稱 |
字串 (必要) |
性能 |
|
ConnectionGatewayDefinitionProperties |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 |
資源類型 |
'Microsoft.Web/connectionGateways' |
connectionGateways 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Web/connectionGateways 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/connectionGateways@2016-06-01"
name = "string"
etag = "string"
location = "string"
body = jsonencode({
properties = {
backendUri = "string"
connectionGatewayInstallation = {
id = "string"
location = "string"
name = "string"
type = "string"
}
contactInformation = [
"string"
]
description = "string"
displayName = "string"
machineName = "string"
status = ?
}
})
tags = {
{customized property} = "string"
}
}
屬性值
ConnectionGatewayDefinitionProperties
名字 |
描述 |
價值 |
backendUri |
後端的 URI |
字串 |
connectionGatewayInstallation |
閘道安裝參考 |
ConnectionGatewayReference |
contactInformation |
閘道管理員 |
string[] |
描述 |
閘道描述 |
字串 |
displayName |
閘道顯示名稱 |
字串 |
machineName |
閘道的電腦名稱 |
字串 |
地位 |
閘道狀態 |
任何 |
ConnectionGatewayReference
名字 |
描述 |
價值 |
id |
資源參考標識碼 |
字串 |
位置 |
資源參考位置 |
字串 |
名字 |
資源參考名稱 |
字串 |
類型 |
資源參考類型 |
字串 |
Microsoft.Web/connectionGateways