Microsoft.Web connectionGateways
Bicep リソース定義
connectionGateways リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.Web/connectionGateways リソースを作成するには、次の Bicep をテンプレートに追加します。
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()
}
}
プロパティ値
connectionGateways
名前 | 説明 | 値 |
---|---|---|
name | リソース名 | string (必須) |
location | リソースの場所 | string |
tags | リソース タグ | タグ名と値のディクショナリ。 「テンプレートのタグ」を参照してください |
etag | リソース ETag | string |
properties | ConnectionGatewayDefinitionProperties |
ConnectionGatewayDefinitionProperties
名前 | 説明 | 値 |
---|---|---|
backendUri | バックエンドの URI | string |
connectionGatewayInstallation | ゲートウェイのインストール リファレンス | ConnectionGatewayReference |
contactInformation | ゲートウェイ管理者 | string[] |
description | ゲートウェイの説明 | string |
displayName | ゲートウェイの表示名 | string |
machineName | ゲートウェイのマシン名 | string |
status | ゲートウェイの状態 | Bicep の場合は、 any() 関数を使用できます。 |
ConnectionGatewayReference
名前 | 説明 | 値 |
---|---|---|
id | リソース参照 ID | string |
location | リソース参照の場所 | string |
name | リソース参照名 | string |
type | リソース参照の種類 | string |
ARM テンプレート リソース定義
connectionGateways リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.Web/connectionGateways リソースを作成するには、次の JSON をテンプレートに追加します。
{
"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": {}
}
}
プロパティ値
connectionGateways
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | 'Microsoft.Web/connectionGateways' |
apiVersion | リソース API のバージョン | '2016-06-01' |
name | リソース名 | string (必須) |
location | リソースの場所 | string |
tags | リソース タグ | タグ名と値のディクショナリ。 「テンプレートのタグ」を参照してください |
etag | リソース ETag | string |
properties | ConnectionGatewayDefinitionProperties |
ConnectionGatewayDefinitionProperties
名前 | 説明 | 値 |
---|---|---|
backendUri | バックエンドの URI | string |
connectionGatewayInstallation | ゲートウェイのインストール リファレンス | ConnectionGatewayReference |
contactInformation | ゲートウェイ管理者 | string[] |
description | ゲートウェイの説明 | string |
displayName | ゲートウェイの表示名 | string |
machineName | ゲートウェイのマシン名 | string |
status | ゲートウェイの状態 |
ConnectionGatewayReference
名前 | 説明 | 値 |
---|---|---|
id | リソース参照 ID | string |
location | リソース参照の場所 | string |
name | リソース参照名 | string |
type | リソース参照の種類 | string |
Terraform (AzAPI プロバイダー) リソース定義
connectionGateways リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループ
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.Web/connectionGateways リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/connectionGateways@2016-06-01"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
backendUri = "string"
connectionGatewayInstallation = {
id = "string"
location = "string"
name = "string"
type = "string"
}
contactInformation = [
"string"
]
description = "string"
displayName = "string"
machineName = "string"
}
etag = "string"
})
}
プロパティ値
connectionGateways
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | "Microsoft.Web/connectionGateways@2016-06-01" |
name | リソース名 | string (必須) |
location | リソースの場所 | string |
parent_id | リソース グループにデプロイするには、そのリソース グループの ID を使用します。 | string (必須) |
tags | リソース タグ | タグの名前と値のディクショナリ。 |
etag | リソース ETag | string |
properties | ConnectionGatewayDefinitionProperties |
ConnectionGatewayDefinitionProperties
名前 | 説明 | 値 |
---|---|---|
backendUri | バックエンドの URI | string |
connectionGatewayInstallation | ゲートウェイのインストール リファレンス | ConnectionGatewayReference |
contactInformation | ゲートウェイ管理者 | string[] |
description | ゲートウェイの説明 | string |
displayName | ゲートウェイの表示名 | string |
machineName | ゲートウェイのマシン名 | string |
status | ゲートウェイの状態 |
ConnectionGatewayReference
名前 | 説明 | 値 |
---|---|---|
id | リソース参照 ID | string |
location | リソース参照の場所 | string |
name | リソース参照名 | string |
type | リソース参照の種類 | string |