次の方法で共有


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 の
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください

TagsDictionary

名前 形容 価値

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'

TagsDictionary

名前 形容 価値

Terraform (AzAPI プロバイダー) リソース定義

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"

TagsDictionary

名前 形容 価値