Microsoft.Web connectionGateways 2016-06-01
- [アーティクル]
-
-
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
名前 |
形容 |
価値 |
etag |
リソース ETag |
糸 |
場所 |
リソースの場所 |
糸 |
名前 |
リソース名 |
string (必須) |
プロパティ |
|
ConnectionGatewayDefinitionProperties の |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
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 |
糸 |
場所 |
リソースの場所 |
糸 |
名前 |
リソース名 |
string (必須) |
プロパティ |
|
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"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
backendUri = "string"
connectionGatewayInstallation = {
id = "string"
location = "string"
name = "string"
type = "string"
}
contactInformation = [
"string"
]
description = "string"
displayName = "string"
machineName = "string"
status = ?
}
})
}
プロパティ値
ConnectionGatewayDefinitionProperties
名前 |
形容 |
価値 |
backendUri |
バックエンドの URI |
糸 |
connectionGatewayInstallation |
ゲートウェイのインストール リファレンス |
ConnectionGatewayReference |
contactInformation |
ゲートウェイ管理者 |
string[] |
形容 |
ゲートウェイの説明 |
糸 |
displayName |
ゲートウェイの表示名 |
糸 |
machineName |
ゲートウェイのマシン名 |
糸 |
地位 |
ゲートウェイの状態 |
任意 |
ConnectionGatewayReference
名前 |
形容 |
価値 |
身分証明書 |
リソース参照 ID |
糸 |
場所 |
リソース参照の場所 |
糸 |
名前 |
リソース参照名 |
糸 |
種類 |
リソース参照の種類 |
糸 |
Microsoft.Web/connectionGateways
名前 |
形容 |
価値 |
etag |
リソース ETag |
糸 |
場所 |
リソースの場所 |
糸 |
名前 |
リソース名 |
string (必須) |
プロパティ |
|
ConnectionGatewayDefinitionProperties の |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 |
種類 |
リソースの種類 |
"Microsoft.Web/connectionGateways@2016-06-01" |