次の方法で共有


Microsoft.Network applicationGateways 2015-06-15

Bicep リソース定義

applicationGateways リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/applicationGateways リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Network/applicationGateways@2015-06-15' = {
  etag: 'string'
  location: 'string'
  name: 'string'
  properties: {
    backendAddressPools: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          backendAddresses: [
            {
              fqdn: 'string'
              ipAddress: 'string'
            }
          ]
          backendIPConfigurations: [
            {
              etag: 'string'
              id: 'string'
              name: 'string'
              properties: {
                loadBalancerBackendAddressPools: [
                  {
                    etag: 'string'
                    id: 'string'
                    name: 'string'
                    properties: {
                      backendIPConfigurations: [
                        ...
                      ]
                      outboundNatRule: {
                        id: 'string'
                      }
                      provisioningState: 'string'
                    }
                  }
                ]
                loadBalancerInboundNatRules: [
                  {
                    etag: 'string'
                    id: 'string'
                    name: 'string'
                    properties: {
                      backendIPConfiguration: ...
                      backendPort: int
                      enableFloatingIP: bool
                      frontendIPConfiguration: {
                        id: 'string'
                      }
                      frontendPort: int
                      idleTimeoutInMinutes: int
                      protocol: 'string'
                      provisioningState: 'string'
                    }
                  }
                ]
                primary: bool
                privateIPAddress: 'string'
                privateIPAllocationMethod: 'string'
                provisioningState: 'string'
                publicIPAddress: {
                  etag: 'string'
                  id: 'string'
                  location: 'string'
                  properties: {
                    dnsSettings: {
                      domainNameLabel: 'string'
                      fqdn: 'string'
                      reverseFqdn: 'string'
                    }
                    idleTimeoutInMinutes: int
                    ipAddress: 'string'
                    ipConfiguration: {
                      etag: 'string'
                      id: 'string'
                      name: 'string'
                      properties: {
                        privateIPAddress: 'string'
                        privateIPAllocationMethod: 'string'
                        provisioningState: 'string'
                        publicIPAddress: ...
                        subnet: {
                          etag: 'string'
                          id: 'string'
                          name: 'string'
                          properties: {
                            addressPrefix: 'string'
                            ipConfigurations: [
                              ...
                            ]
                            networkSecurityGroup: {
                              etag: 'string'
                              id: 'string'
                              location: 'string'
                              properties: {
                                defaultSecurityRules: [
                                  {
                                    etag: 'string'
                                    id: 'string'
                                    name: 'string'
                                    properties: {
                                      access: 'string'
                                      description: 'string'
                                      destinationAddressPrefix: 'string'
                                      destinationPortRange: 'string'
                                      direction: 'string'
                                      priority: int
                                      protocol: 'string'
                                      provisioningState: 'string'
                                      sourceAddressPrefix: 'string'
                                      sourcePortRange: 'string'
                                    }
                                  }
                                ]
                                networkInterfaces: [
                                  {
                                    etag: 'string'
                                    id: 'string'
                                    location: 'string'
                                    properties: {
                                      dnsSettings: {
                                        appliedDnsServers: [
                                          'string'
                                        ]
                                        dnsServers: [
                                          'string'
                                        ]
                                        internalDnsNameLabel: 'string'
                                        internalFqdn: 'string'
                                      }
                                      enableIPForwarding: bool
                                      ipConfigurations: [
                                        ...
                                      ]
                                      macAddress: 'string'
                                      networkSecurityGroup: ...
                                      primary: bool
                                      provisioningState: 'string'
                                      resourceGuid: 'string'
                                      virtualMachine: {
                                        id: 'string'
                                      }
                                    }
                                    tags: {
                                      {customized property}: 'string'
                                    }
                                  }
                                ]
                                provisioningState: 'string'
                                resourceGuid: 'string'
                                securityRules: [
                                  {
                                    etag: 'string'
                                    id: 'string'
                                    name: 'string'
                                    properties: {
                                      access: 'string'
                                      description: 'string'
                                      destinationAddressPrefix: 'string'
                                      destinationPortRange: 'string'
                                      direction: 'string'
                                      priority: int
                                      protocol: 'string'
                                      provisioningState: 'string'
                                      sourceAddressPrefix: 'string'
                                      sourcePortRange: 'string'
                                    }
                                  }
                                ]
                                subnets: [
                                  ...
                                ]
                              }
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                            provisioningState: 'string'
                            routeTable: {
                              etag: 'string'
                              id: 'string'
                              location: 'string'
                              properties: {
                                provisioningState: 'string'
                                routes: [
                                  {
                                    etag: 'string'
                                    id: 'string'
                                    name: 'string'
                                    properties: {
                                      addressPrefix: 'string'
                                      nextHopIpAddress: 'string'
                                      nextHopType: 'string'
                                      provisioningState: 'string'
                                    }
                                  }
                                ]
                                subnets: [
                                  ...
                                ]
                              }
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          }
                        }
                      }
                    }
                    provisioningState: 'string'
                    publicIPAllocationMethod: 'string'
                    resourceGuid: 'string'
                  }
                  tags: {
                    {customized property}: 'string'
                  }
                }
                subnet: {
                  etag: 'string'
                  id: 'string'
                  name: 'string'
                  properties: {
                    addressPrefix: 'string'
                    ipConfigurations: [
                      {
                        etag: 'string'
                        id: 'string'
                        name: 'string'
                        properties: {
                          privateIPAddress: 'string'
                          privateIPAllocationMethod: 'string'
                          provisioningState: 'string'
                          publicIPAddress: {
                            etag: 'string'
                            id: 'string'
                            location: 'string'
                            properties: {
                              dnsSettings: {
                                domainNameLabel: 'string'
                                fqdn: 'string'
                                reverseFqdn: 'string'
                              }
                              idleTimeoutInMinutes: int
                              ipAddress: 'string'
                              ipConfiguration: ...
                              provisioningState: 'string'
                              publicIPAllocationMethod: 'string'
                              resourceGuid: 'string'
                            }
                            tags: {
                              {customized property}: 'string'
                            }
                          }
                          subnet: ...
                        }
                      }
                    ]
                    networkSecurityGroup: {
                      etag: 'string'
                      id: 'string'
                      location: 'string'
                      properties: {
                        defaultSecurityRules: [
                          {
                            etag: 'string'
                            id: 'string'
                            name: 'string'
                            properties: {
                              access: 'string'
                              description: 'string'
                              destinationAddressPrefix: 'string'
                              destinationPortRange: 'string'
                              direction: 'string'
                              priority: int
                              protocol: 'string'
                              provisioningState: 'string'
                              sourceAddressPrefix: 'string'
                              sourcePortRange: 'string'
                            }
                          }
                        ]
                        networkInterfaces: [
                          {
                            etag: 'string'
                            id: 'string'
                            location: 'string'
                            properties: {
                              dnsSettings: {
                                appliedDnsServers: [
                                  'string'
                                ]
                                dnsServers: [
                                  'string'
                                ]
                                internalDnsNameLabel: 'string'
                                internalFqdn: 'string'
                              }
                              enableIPForwarding: bool
                              ipConfigurations: [
                                ...
                              ]
                              macAddress: 'string'
                              networkSecurityGroup: ...
                              primary: bool
                              provisioningState: 'string'
                              resourceGuid: 'string'
                              virtualMachine: {
                                id: 'string'
                              }
                            }
                            tags: {
                              {customized property}: 'string'
                            }
                          }
                        ]
                        provisioningState: 'string'
                        resourceGuid: 'string'
                        securityRules: [
                          {
                            etag: 'string'
                            id: 'string'
                            name: 'string'
                            properties: {
                              access: 'string'
                              description: 'string'
                              destinationAddressPrefix: 'string'
                              destinationPortRange: 'string'
                              direction: 'string'
                              priority: int
                              protocol: 'string'
                              provisioningState: 'string'
                              sourceAddressPrefix: 'string'
                              sourcePortRange: 'string'
                            }
                          }
                        ]
                        subnets: [
                          ...
                        ]
                      }
                      tags: {
                        {customized property}: 'string'
                      }
                    }
                    provisioningState: 'string'
                    routeTable: {
                      etag: 'string'
                      id: 'string'
                      location: 'string'
                      properties: {
                        provisioningState: 'string'
                        routes: [
                          {
                            etag: 'string'
                            id: 'string'
                            name: 'string'
                            properties: {
                              addressPrefix: 'string'
                              nextHopIpAddress: 'string'
                              nextHopType: 'string'
                              provisioningState: 'string'
                            }
                          }
                        ]
                        subnets: [
                          ...
                        ]
                      }
                      tags: {
                        {customized property}: 'string'
                      }
                    }
                  }
                }
              }
            }
          ]
          provisioningState: 'string'
        }
      }
    ]
    backendHttpSettingsCollection: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          cookieBasedAffinity: 'string'
          port: int
          probe: {
            id: 'string'
          }
          protocol: 'string'
          provisioningState: 'string'
          requestTimeout: int
        }
      }
    ]
    frontendIPConfigurations: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          privateIPAddress: 'string'
          privateIPAllocationMethod: 'string'
          provisioningState: 'string'
          publicIPAddress: {
            id: 'string'
          }
          subnet: {
            id: 'string'
          }
        }
      }
    ]
    frontendPorts: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          port: int
          provisioningState: 'string'
        }
      }
    ]
    gatewayIPConfigurations: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          provisioningState: 'string'
          subnet: {
            id: 'string'
          }
        }
      }
    ]
    httpListeners: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          frontendIPConfiguration: {
            id: 'string'
          }
          frontendPort: {
            id: 'string'
          }
          hostName: 'string'
          protocol: 'string'
          provisioningState: 'string'
          requireServerNameIndication: bool
          sslCertificate: {
            id: 'string'
          }
        }
      }
    ]
    probes: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          host: 'string'
          interval: int
          path: 'string'
          protocol: 'string'
          provisioningState: 'string'
          timeout: int
          unhealthyThreshold: int
        }
      }
    ]
    provisioningState: 'string'
    requestRoutingRules: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          backendAddressPool: {
            id: 'string'
          }
          backendHttpSettings: {
            id: 'string'
          }
          httpListener: {
            id: 'string'
          }
          provisioningState: 'string'
          ruleType: 'string'
          urlPathMap: {
            id: 'string'
          }
        }
      }
    ]
    resourceGuid: 'string'
    sku: {
      capacity: int
      name: 'string'
      tier: 'string'
    }
    sslCertificates: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          data: 'string'
          password: 'string'
          provisioningState: 'string'
          publicCertData: 'string'
        }
      }
    ]
    urlPathMaps: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          defaultBackendAddressPool: {
            id: 'string'
          }
          defaultBackendHttpSettings: {
            id: 'string'
          }
          pathRules: [
            {
              etag: 'string'
              id: 'string'
              name: 'string'
              properties: {
                backendAddressPool: {
                  id: 'string'
                }
                backendHttpSettings: {
                  id: 'string'
                }
                paths: [
                  'string'
                ]
                provisioningState: 'string'
              }
            }
          ]
          provisioningState: 'string'
        }
      }
    ]
  }
  tags: {
    {customized property}: 'string'
  }
}

プロパティ値

ApplicationGatewayBackendAddress

名前 形容 価値
fqdn 完全修飾ドメイン名 (FQDN)。
ipAddress IPアドレス

ApplicationGatewayBackendAddressPool

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソース。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのバックエンド アドレス プールのプロパティ。 ApplicationGatewayBackendAddressPoolPropertiesFormat の

ApplicationGatewayBackendAddressPoolPropertiesFormat

名前 形容 価値
backendAddresses バックエンド アドレス ApplicationGatewayBackendAddress[]
backendIPConfigurations ネットワーク インターフェイスで定義されている IP への参照のコレクション。 NetworkInterfaceIPConfiguration[]
provisioningState バックエンド アドレス プール リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayBackendHttpSettings

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのバックエンド アドレス プール設定のプロパティ。 ApplicationGatewayBackendHttpSettingsPropertiesFormat の

ApplicationGatewayBackendHttpSettingsPropertiesFormat

名前 形容 価値
cookieBasedAffinity Cookie ベースのアフィニティ。 有効な値は、'Enabled' と 'Disabled' です。 'Disabled'
'Enabled'
int
プローブ アプリケーション ゲートウェイのプローブ リソース。 SubResource の
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState バックエンド http 設定リソースのプロビジョニング状態を取得または設定更新中/削除中/失敗
requestTimeout 要求タイムアウト (秒単位)。 Application Gateway は、RequestTimeout 内で応答が受信されない場合、要求を失敗します。 使用可能な値は 1 秒から 86400 秒です。 int

ApplicationGatewayFrontendIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのフロントエンド IP 構成のプロパティ。 ApplicationGatewayFrontendIPConfigurationPropertiesFormat の

ApplicationGatewayFrontendIPConfigurationPropertiesFormat

名前 形容 価値
privateIPAddress ネットワーク インターフェイス IP 構成の PrivateIPAddress。
privateIPAllocationMethod PrivateIP の割り当て方法。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAddress PublicIP リソースの参照。 SubResource の
サブネット サブネット リソースの参照。 SubResource の

ApplicationGatewayFrontendPort

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのフロントエンド ポートのプロパティ。 ApplicationGatewayFrontendPortPropertiesFormat の

ApplicationGatewayFrontendPortPropertiesFormat

名前 形容 価値
フロントエンド ポート int
provisioningState フロントエンド ポート リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayHttpListener

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの HTTP リスナーのプロパティ。 ApplicationGatewayHttpListenerPropertiesFormat の

ApplicationGatewayHttpListenerPropertiesFormat

名前 形容 価値
frontendIPConfiguration アプリケーション ゲートウェイのフロントエンド IP 構成リソース。 SubResource の
frontendPort アプリケーション ゲートウェイのフロントエンド ポート リソース。 SubResource の
hostName HTTP リスナーのホスト名。
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState HTTP リスナー リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
requireServerNameIndication プロトコルが https の場合にのみ適用されます。 マルチホスティングの SNI を有効にします。 bool
sslCertificate アプリケーション ゲートウェイの SSL 証明書リソース。 SubResource の

ApplicationGatewayIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの IP 構成のプロパティ。 ApplicationGatewayIPConfigurationPropertiesFormat の

ApplicationGatewayIPConfigurationPropertiesFormat

名前 形容 価値
provisioningState アプリケーション ゲートウェイ サブネット リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
サブネット サブネット リソースの参照。 アプリケーション ゲートウェイがプライベート アドレスを取得するサブネット。 SubResource の

ApplicationGatewayPathRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのプローブのプロパティ。 ApplicationGatewayPathRulePropertiesFormat の

ApplicationGatewayPathRulePropertiesFormat

名前 形容 価値
backendAddressPool URL パス マップのバックエンド アドレス プール リソース。 SubResource の
backendHttpSettings URL パス マップのバックエンド http 設定リソース。 SubResource の
パス URL パス マップのパス ルール。 string[]
provisioningState URL パス マップ リソースのパス ルール。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayProbe

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのプローブのプロパティ。 ApplicationGatewayProbePropertiesFormat の

ApplicationGatewayProbePropertiesFormat

名前 形容 価値
ホスト プローブの送信先となるホスト名。
プローブ間隔 (秒)。 これは、2 つの連続するプローブ間の時間間隔です。 使用可能な値は 1 秒から 86400 秒です。 int
パス プローブの相対パス。 有効なパスは '/' から始まります。 プローブは、<プロトコル>://<ホスト>に送信されます。ポート><パス<>
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState バックエンド http 設定リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
タイムアウト プローブタイムアウト (秒単位)。 有効な応答がこのタイムアウト期間で受信されない場合、失敗としてマークされたプローブ。 使用可能な値は 1 秒から 86400 秒です。 int
unhealthyThreshold プローブの再試行回数。 連続するプローブエラー数が UnhealthyThreshold に達すると、バックエンド サーバーはダウン状態にマークされます。 使用できる値は 1 秒から 20 です。 int

ApplicationGatewayPropertiesFormat

名前 形容 価値
backendAddressPools アプリケーション ゲートウェイ リソースのバックエンド アドレス プール。 ApplicationGatewayBackendAddressPool[]
backendHttpSettingsCollection アプリケーション ゲートウェイ リソースのバックエンド http 設定。 ApplicationGatewayBackendHttpSettings[]
frontendIPConfigurations アプリケーション ゲートウェイ リソースのフロントエンド IP アドレス。 ApplicationGatewayFrontendIPConfiguration[]
frontendPorts アプリケーション ゲートウェイ リソースのフロントエンド ポート。 ApplicationGatewayFrontendPort[]
gatewayIPConfigurations アプリケーション ゲートウェイ リソースのサブネットを取得または設定します。 ApplicationGatewayIPConfiguration[]
httpListeners アプリケーション ゲートウェイ リソースの Http リスナー。 ApplicationGatewayHttpListener[]
プローブ アプリケーション ゲートウェイ リソースのプローブ。 ApplicationGatewayProbe[]
provisioningState アプリケーション ゲートウェイ リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
requestRoutingRules アプリケーション ゲートウェイ リソースのルーティング規則を要求します。 ApplicationGatewayRequestRoutingRule[]
resourceGuid アプリケーション ゲートウェイ リソースのリソース GUID プロパティ。
sku アプリケーション ゲートウェイ リソースの SKU。 ApplicationGatewaySku
sslCertificates アプリケーション ゲートウェイ リソースの SSL 証明書。 ApplicationGatewaySslCertificate[]
urlPathMaps アプリケーション ゲートウェイ リソースの URL パス マップ。 ApplicationGatewayUrlPathMap[]

ApplicationGatewayRequestRoutingRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの要求ルーティング規則のプロパティ。 ApplicationGatewayRequestRoutingRulePropertiesFormat の

ApplicationGatewayRequestRoutingRulePropertiesFormat

名前 形容 価値
backendAddressPool アプリケーション ゲートウェイのバックエンド アドレス プール リソース。 SubResource の
backendHttpSettings アプリケーション ゲートウェイのフロントエンド ポート リソース。 SubResource の
httpListener アプリケーション ゲートウェイの Http リスナー リソース。 SubResource の
provisioningState 要求ルーティング規則リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
ruleType ルールの種類。 使用可能な値は、'Basic' と 'PathBasedRouting' です。 'Basic'
'PathBasedRouting'
urlPathMap アプリケーション ゲートウェイの URL パス マップ リソース。 SubResource の

ApplicationGatewaySku

名前 形容 価値
能力 アプリケーション ゲートウェイの容量 (インスタンス数)。 int
名前 アプリケーション ゲートウェイ SKU の名前。 使用可能な値は、'Standard_Small'、'Standard_Medium'、'Standard_Large'、'WAF_Medium'、および 'WAF_Large' です。 'Standard_Large'
'Standard_Medium'
'Standard_Small'
アプリケーション ゲートウェイの層。 'Standard'

ApplicationGatewaySslCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの SSL 証明書のプロパティ。 ApplicationGatewaySslCertificatePropertiesFormat の

ApplicationGatewaySslCertificatePropertiesFormat

名前 形容 価値
データ Base-64 でエンコードされた pfx 証明書。 PUT 要求でのみ適用されます。
パスワード データで指定された pfx ファイルのパスワード。 PUT 要求でのみ適用されます。
provisioningState SSL 証明書リソースのプロビジョニング状態 可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicCertData Base-64 でエンコードされた、データで指定された pfx に対応するパブリック証明書データ。 GET 要求でのみ適用されます。

ApplicationGatewayUrlPathMap

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの UrlPathMap のプロパティ。 ApplicationGatewayUrlPathMapPropertiesFormat の

ApplicationGatewayUrlPathMapPropertiesFormat

名前 形容 価値
defaultBackendAddressPool URL パス マップの既定のバックエンド アドレス プール リソース。 SubResource の
defaultBackendHttpSettings URL パス マップの既定のバックエンド http 設定リソース。 SubResource の
pathRules URL パス マップ リソースのパス ルール。 ApplicationGatewayPathRule[]
provisioningState バックエンド http 設定リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

BackendAddressPool

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソースの名前を取得します。 この名前は、リソースへのアクセスに使用できます。
プロパティ バックエンド アドレス プールのプロパティ。 BackendAddressPoolPropertiesFormat の

BackendAddressPoolPropertiesFormat

名前 形容 価値
backendIPConfigurations ネットワーク インターフェイスで定義されている IP アドレスへの参照のコレクションを取得します。 NetworkInterfaceIPConfiguration[]
outboundNatRule このバックエンド アドレス プールを使用する送信規則を取得します。 SubResource の
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

InboundNatRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソースの名前を取得します。 この名前は、リソースへのアクセスに使用できます。
プロパティ 受信 NAT 規則のプロパティ。 InboundNatRulePropertiesFormat を する

InboundNatRulePropertiesFormat

名前 形容 価値
backendIPConfiguration VM のネットワーク インターフェイスで定義されているプライベート IP アドレスへの参照。 各フロントエンド IP 構成のフロントエンド ポートに送信されたトラフィックは、バックアップされた IP に転送されます。 NetworkInterfaceIPConfiguration
backendPort 内部エンドポイントに使用されるポート。 使用できる値の範囲は 1 ~ 65535 です。 int
enableFloatingIP SQL AlwaysOn 可用性グループを構成するために必要なフローティング IP 機能用に仮想マシンのエンドポイントを構成します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。 bool
frontendIPConfiguration フロントエンド IP アドレスへの参照。 SubResource の
frontendPort 外部エンドポイントのポート。 各規則のポート番号は、ロード バランサー内で一意である必要があります。 使用可能な値の範囲は 1 ~ 65534 です。 int
idleTimeoutInMinutes TCP アイドル接続のタイムアウト。 値は 4 ~ 30 分の間で設定できます。 既定値は 4 分です。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 int
議定書 エンドポイントのトランスポート プロトコル。 指定できる値は、'Udp' または 'Tcp' です。 'Tcp'
'Udp'
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

IPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ IP 構成のプロパティ。 IPConfigurationPropertiesFormat

IPConfigurationPropertiesFormat

名前 形容 価値
privateIPAddress IP 構成のプライベート IP アドレス。
privateIPAllocationMethod プライベート IP 割り当て方法。 指定できる値は 'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAddress パブリック IP リソースの参照。 PublicIPAddress
サブネット サブネット リソースの参照。 サブネット

Microsoft.Network/applicationGateways

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
場所 リソースの場所。
名前 リソース名 string (必須)
プロパティ アプリケーション ゲートウェイのプロパティ。 ApplicationGatewayPropertiesFormat の
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください

NetworkInterface

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ NetworkInterface プロパティ。 NetworkInterfacePropertiesFormat
タグ リソース タグ。 ResourceTags

NetworkInterfaceDnsSettings

名前 形容 価値
appliedDnsServers この NIC を使用する VM が可用性セットの一部である場合、この一覧には、可用性セットの一部であるすべての NIC のすべての DNS サーバーの和集合が含まれます。 このプロパティは、これらの各 VM で構成されます。 string[]
dnsServers DNS サーバーの IP アドレスの一覧。 Azure 提供の DNS 解決に切り替えるには、"AzureProvidedDNS" を使用します。 'AzureProvidedDNS' の値を他の IP と組み合わせることはできません。dnsServers コレクション内の唯一の値である必要があります。 string[]
internalDnsNameLabel 同じ仮想ネットワーク内の VM 間の内部通信に使用される、この NIC の相対 DNS 名。
internalFqdn 同じ仮想ネットワーク内の VM 間の内部通信をサポートする完全修飾 DNS 名。

NetworkInterfaceIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ IP 構成のプロパティ。 NetworkInterfaceIPConfigurationPropertiesFormat

NetworkInterfaceIPConfigurationPropertiesFormat

名前 形容 価値
loadBalancerBackendAddressPools LoadBalancerBackendAddressPool リソースの参照。 BackendAddressPool[]
loadBalancerInboundNatRules LoadBalancerInboundNatRules の参照の一覧。 InboundNatRule[]
原発 これがネットワーク インターフェイスのプライマリ カスタマー アドレスであるかどうかを取得します。 bool
privateIPAddress
privateIPAllocationMethod プライベート IP アドレスの割り当て方法を定義します。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState
publicIPAddress パブリック IP アドレス リソース。 PublicIPAddress
サブネット 仮想ネットワーク リソース内のサブネット。 サブネット

NetworkInterfacePropertiesFormat

名前 形容 価値
dnsSettings ネットワーク インターフェイスの DNS 設定。 NetworkInterfaceDnsSettings
enableIPForwarding このネットワーク インターフェイスで IP 転送が有効になっているかどうかを示します。 bool
ipConfigurations ネットワーク インターフェイスの IPConfigurations の一覧。 NetworkInterfaceIPConfiguration[]
macAddress ネットワーク インターフェイスの MAC アドレス。
networkSecurityGroup NetworkSecurityGroup リソースの参照。 NetworkSecurityGroup
原発 これが仮想マシン上のプライマリ ネットワーク インターフェイスであるかどうかを取得します。 bool
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
resourceGuid ネットワーク インターフェイス リソースのリソース GUID プロパティ。
virtualMachine 仮想マシンの参照。 SubResource の

NetworkSecurityGroup

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ ネットワーク セキュリティ グループ リソース。 NetworkSecurityGroupPropertiesFormat
タグ リソース タグ。 ResourceTags

NetworkSecurityGroupPropertiesFormat

名前 形容 価値
defaultSecurityRules ネットワーク セキュリティ グループの既定のセキュリティ規則。 SecurityRule[]
networkInterfaces ネットワーク インターフェイスへの参照のコレクション。 NetworkInterface[]
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
resourceGuid ネットワーク セキュリティ グループ リソースのリソース GUID プロパティ。
securityRules ネットワーク セキュリティ グループのセキュリティ規則のコレクション。 SecurityRule[]
サブネット サブネットへの参照のコレクション。 サブネット[]

PublicIPAddress

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ パブリック IP アドレスのプロパティ。 PublicIPAddressPropertiesFormat
タグ リソース タグ。 ResourceTags

PublicIPAddressDnsSettings

名前 形容 価値
domainNameLabel ドメイン名ラベルを取得または設定します。ドメイン名ラベルと地域化 DNS ゾーンを連結すると、パブリック IP アドレスに関連付けられている完全修飾ドメイン名が構成されます。 ドメイン名ラベルを指定すると、Microsoft Azure DNS システムのパブリック IP に対して DNS レコードが作成されます。
fqdn パブリック IP に関連付けられている A DNS レコードの FQDN 完全修飾ドメイン名を取得します。 これは、domainNameLabel と地域化された DNS ゾーンの連結です。
reverseFqdn 逆引き FQDN を取得または設定します。 このパブリック IP アドレスに解決される、ユーザーに表示される完全修飾ドメイン名。 reverseFqdn が指定されている場合は、in-addr.arpa ドメイン内の IP アドレスから逆 FQDN を指す PTR DNS レコードが作成されます。

PublicIPAddressPropertiesFormat

名前 形容 価値
dnsSettings パブリック IP アドレスに関連付けられている DNS レコードの FQDN。 PublicIPAddressDnsSettings
idleTimeoutInMinutes パブリック IP アドレスのアイドル タイムアウト。 int
ipAddress
ipConfiguration IPConfiguration IPConfiguration
provisioningState PublicIP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAllocationMethod パブリック IP 割り当て方法。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
resourceGuid パブリック IP リソースのリソース GUID プロパティ。

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ルート

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソースのルーティング RoutePropertiesFormat の

RoutePropertiesFormat

名前 形容 価値
addressPrefix ルートが適用される宛先 CIDR。
nextHopIpAddress IP アドレス パケットを転送する必要があります。 次ホップの値は、次ホップの種類が VirtualAppliance であるルートでのみ使用できます。
nextHopType パケットの送信先となる Azure ホップの種類。 使用可能な値は、'VirtualNetworkGateway'、'VnetLocal'、'Internet'、'VirtualAppliance'、および 'None' です。 'Internet'
'None'
'VirtualAppliance'
'VirtualNetworkGateway'
'VnetLocal' (必須)
provisioningState リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

RouteTable

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ ルート テーブル リソース RouteTablePropertiesFormat の
タグ リソース タグ。 ResourceTags

RouteTablePropertiesFormat

名前 形容 価値
provisioningState リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
ルート ルート テーブル内に含まれるルートのコレクション。 ルート[]
サブネット サブネットへの参照のコレクション。 サブネット[]

SecurityRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ SecurityRulePropertiesFormat の

SecurityRulePropertiesFormat

名前 形容 価値
アクセス ネットワーク トラフィックは許可または拒否されます。 使用可能な値は、'Allow' と 'Deny' です。 'Allow'
'Deny' (必須)
形容 このルールの説明。 140 文字に制限されます。
destinationAddressPrefix 宛先アドレス プレフィックス。 CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 string (必須)
destinationPortRange 宛先ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
方向 ルールの方向。 方向は、受信トラフィックまたは送信トラフィックでルールを評価するかどうかを指定します。 指定できる値は、'Inbound' と 'Outbound' です。 'Inbound'
'Outbound' (必須)
優先権 ルールの優先順位。 値は 100 から 4096 の間で指定できます。 優先順位番号は、コレクション内の各ルールで一意である必要があります。 優先度の数値が小さいと、ルールの優先度が高くなります。 int
議定書 この規則が適用されるネットワーク プロトコル。 指定できる値は、'Tcp'、'Udp'、および '*' です。 '*'
'Tcp'
'Udp' (必須)
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
sourceAddressPrefix CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 これがイングレス ルールの場合は、ネットワーク トラフィックの発信元を指定します。 string (必須)
sourcePortRange ソース ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。

サブネット

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ SubnetPropertiesFormat

SubnetPropertiesFormat

名前 形容 価値
addressPrefix サブネットのアドレス プレフィックス。
ipConfigurations サブネットを使用して、ネットワーク インターフェイスの IP 構成への参照の配列を取得します。 IPConfiguration[]
networkSecurityGroup NetworkSecurityGroup リソースの参照。 NetworkSecurityGroup
provisioningState リソースのプロビジョニング状態。
routeTable RouteTable リソースの参照。 RouteTable

SubResource

名前 形容 価値
身分証明書 リソース識別子。

クイック スタートのサンプル

次のクイック スタート サンプルでは、このリソースの種類をデプロイします。

Bicep ファイル 形容
NAT ゲートウェイと Application Gateway を使用して AKS クラスターを する このサンプルでは、送信接続用の NAT ゲートウェイと受信接続用の Application Gateway を使用して AKS クラスターをデプロイする方法を示します。
Application Gateway イングレス コントローラー を使用して AKS クラスターを する このサンプルでは、Application Gateway、Application Gateway イングレス コントローラー、Azure Container Registry、Log Analytics、Key Vault を使用して AKS クラスターをデプロイする方法を示します
内部 API Management と Web App を使用した Application Gateway の Azure Web アプリでホストされている Web API にサービスを提供する仮想ネットワーク (内部モード) API Management インスタンスにインターネット トラフィックをルーティングする Application Gateway。
WAF とファイアウォール ポリシー を使用した Application Gateway の このテンプレートは、ファイアウォール ポリシーと共に WAF が構成された Application Gateway を作成します
Web アプリ、PE、Application Gateway v2 を作成する このテンプレートは、Azure Virtual Network サブネット (Application Gateway v2) にプライベート エンドポイントを持つ Azure Web アプリを作成します。 Application Gateway は vNet (サブネット) にデプロイされます。 Web アプリは、プライベート エンドポイントを使用してサブネットからのトラフィックへのアクセスを制限します
Application Gateway v2 を作成する このテンプレートは、仮想ネットワークにアプリケーション ゲートウェイ v2 を作成し、パブリック フロントエンドを使用して自動スケーリングプロパティと HTTP 負荷分散規則を設定します
Azure Application Gateway v2 を作成する このテンプレートは、バックエンド プールに 2 つの Windows Server 2016 サーバーを含む Azure Application Gateway を作成します
Azure Application Gateway で Azure WAF v2 を作成する このテンプレートでは、バックエンド プールに 2 つの Windows Server 2016 サーバーを含む Azure Application Gateway 上に Azure Web Application Firewall v2 を作成します
App Gateway を使用して内部 VNet に API Management を作成する このテンプレートでは、Azure Application Gateway によって保護されたプライベート ネットワーク上に Azure API Management のインスタンスを作成する方法を示します。
証明書 を使用して Application Gateway を作成する このテンプレートでは、Key Vault の自己署名証明書を生成し、Application Gateway から参照する方法を示します。
Azure Application Gateway を使用して Windows VM スケール セットをデプロイする このテンプレートを使用すると、Azure Application Gateway と統合された単純な Windows VM スケール セットをデプロイでき、最大 1,000 台の VM をサポートします
Front Door Standard/Premium と Application Gateway の配信元 このテンプレートは、Front Door Standard/Premium インスタンスと Application Gateway インスタンスを作成し、NSG と WAF ポリシーを使用して、トラフィックが Front Door の配信元を通過したことを検証します。
コンテナー インスタンスと Application Gateway を使用した Front Door の このテンプレートは、コンテナー グループと Application Gateway を使用して Front Door Standard/Premium を作成します。

ARM テンプレート リソース定義

applicationGateways リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/applicationGateways リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Network/applicationGateways",
  "apiVersion": "2015-06-15",
  "name": "string",
  "etag": "string",
  "location": "string",
  "properties": {
    "backendAddressPools": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "backendAddresses": [
            {
              "fqdn": "string",
              "ipAddress": "string"
            }
          ],
          "backendIPConfigurations": [
            {
              "etag": "string",
              "id": "string",
              "name": "string",
              "properties": {
                "loadBalancerBackendAddressPools": [
                  {
                    "etag": "string",
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "backendIPConfigurations": [
                        ...
                      ],
                      "outboundNatRule": {
                        "id": "string"
                      },
                      "provisioningState": "string"
                    }
                  }
                ],
                "loadBalancerInboundNatRules": [
                  {
                    "etag": "string",
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "backendIPConfiguration": ...,
                      "backendPort": "int",
                      "enableFloatingIP": "bool",
                      "frontendIPConfiguration": {
                        "id": "string"
                      },
                      "frontendPort": "int",
                      "idleTimeoutInMinutes": "int",
                      "protocol": "string",
                      "provisioningState": "string"
                    }
                  }
                ],
                "primary": "bool",
                "privateIPAddress": "string",
                "privateIPAllocationMethod": "string",
                "provisioningState": "string",
                "publicIPAddress": {
                  "etag": "string",
                  "id": "string",
                  "location": "string",
                  "properties": {
                    "dnsSettings": {
                      "domainNameLabel": "string",
                      "fqdn": "string",
                      "reverseFqdn": "string"
                    },
                    "idleTimeoutInMinutes": "int",
                    "ipAddress": "string",
                    "ipConfiguration": {
                      "etag": "string",
                      "id": "string",
                      "name": "string",
                      "properties": {
                        "privateIPAddress": "string",
                        "privateIPAllocationMethod": "string",
                        "provisioningState": "string",
                        "publicIPAddress": ...,
                        "subnet": {
                          "etag": "string",
                          "id": "string",
                          "name": "string",
                          "properties": {
                            "addressPrefix": "string",
                            "ipConfigurations": [
                              ...
                            ],
                            "networkSecurityGroup": {
                              "etag": "string",
                              "id": "string",
                              "location": "string",
                              "properties": {
                                "defaultSecurityRules": [
                                  {
                                    "etag": "string",
                                    "id": "string",
                                    "name": "string",
                                    "properties": {
                                      "access": "string",
                                      "description": "string",
                                      "destinationAddressPrefix": "string",
                                      "destinationPortRange": "string",
                                      "direction": "string",
                                      "priority": "int",
                                      "protocol": "string",
                                      "provisioningState": "string",
                                      "sourceAddressPrefix": "string",
                                      "sourcePortRange": "string"
                                    }
                                  }
                                ],
                                "networkInterfaces": [
                                  {
                                    "etag": "string",
                                    "id": "string",
                                    "location": "string",
                                    "properties": {
                                      "dnsSettings": {
                                        "appliedDnsServers": [ "string" ],
                                        "dnsServers": [ "string" ],
                                        "internalDnsNameLabel": "string",
                                        "internalFqdn": "string"
                                      },
                                      "enableIPForwarding": "bool",
                                      "ipConfigurations": [
                                        ...
                                      ],
                                      "macAddress": "string",
                                      "networkSecurityGroup": ...,
                                      "primary": "bool",
                                      "provisioningState": "string",
                                      "resourceGuid": "string",
                                      "virtualMachine": {
                                        "id": "string"
                                      }
                                    },
                                    "tags": {
                                      "{customized property}": "string"
                                    }
                                  }
                                ],
                                "provisioningState": "string",
                                "resourceGuid": "string",
                                "securityRules": [
                                  {
                                    "etag": "string",
                                    "id": "string",
                                    "name": "string",
                                    "properties": {
                                      "access": "string",
                                      "description": "string",
                                      "destinationAddressPrefix": "string",
                                      "destinationPortRange": "string",
                                      "direction": "string",
                                      "priority": "int",
                                      "protocol": "string",
                                      "provisioningState": "string",
                                      "sourceAddressPrefix": "string",
                                      "sourcePortRange": "string"
                                    }
                                  }
                                ],
                                "subnets": [
                                  ...
                                ]
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            },
                            "provisioningState": "string",
                            "routeTable": {
                              "etag": "string",
                              "id": "string",
                              "location": "string",
                              "properties": {
                                "provisioningState": "string",
                                "routes": [
                                  {
                                    "etag": "string",
                                    "id": "string",
                                    "name": "string",
                                    "properties": {
                                      "addressPrefix": "string",
                                      "nextHopIpAddress": "string",
                                      "nextHopType": "string",
                                      "provisioningState": "string"
                                    }
                                  }
                                ],
                                "subnets": [
                                  ...
                                ]
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "provisioningState": "string",
                    "publicIPAllocationMethod": "string",
                    "resourceGuid": "string"
                  },
                  "tags": {
                    "{customized property}": "string"
                  }
                },
                "subnet": {
                  "etag": "string",
                  "id": "string",
                  "name": "string",
                  "properties": {
                    "addressPrefix": "string",
                    "ipConfigurations": [
                      {
                        "etag": "string",
                        "id": "string",
                        "name": "string",
                        "properties": {
                          "privateIPAddress": "string",
                          "privateIPAllocationMethod": "string",
                          "provisioningState": "string",
                          "publicIPAddress": {
                            "etag": "string",
                            "id": "string",
                            "location": "string",
                            "properties": {
                              "dnsSettings": {
                                "domainNameLabel": "string",
                                "fqdn": "string",
                                "reverseFqdn": "string"
                              },
                              "idleTimeoutInMinutes": "int",
                              "ipAddress": "string",
                              "ipConfiguration": ...,
                              "provisioningState": "string",
                              "publicIPAllocationMethod": "string",
                              "resourceGuid": "string"
                            },
                            "tags": {
                              "{customized property}": "string"
                            }
                          },
                          "subnet": ...
                        }
                      }
                    ],
                    "networkSecurityGroup": {
                      "etag": "string",
                      "id": "string",
                      "location": "string",
                      "properties": {
                        "defaultSecurityRules": [
                          {
                            "etag": "string",
                            "id": "string",
                            "name": "string",
                            "properties": {
                              "access": "string",
                              "description": "string",
                              "destinationAddressPrefix": "string",
                              "destinationPortRange": "string",
                              "direction": "string",
                              "priority": "int",
                              "protocol": "string",
                              "provisioningState": "string",
                              "sourceAddressPrefix": "string",
                              "sourcePortRange": "string"
                            }
                          }
                        ],
                        "networkInterfaces": [
                          {
                            "etag": "string",
                            "id": "string",
                            "location": "string",
                            "properties": {
                              "dnsSettings": {
                                "appliedDnsServers": [ "string" ],
                                "dnsServers": [ "string" ],
                                "internalDnsNameLabel": "string",
                                "internalFqdn": "string"
                              },
                              "enableIPForwarding": "bool",
                              "ipConfigurations": [
                                ...
                              ],
                              "macAddress": "string",
                              "networkSecurityGroup": ...,
                              "primary": "bool",
                              "provisioningState": "string",
                              "resourceGuid": "string",
                              "virtualMachine": {
                                "id": "string"
                              }
                            },
                            "tags": {
                              "{customized property}": "string"
                            }
                          }
                        ],
                        "provisioningState": "string",
                        "resourceGuid": "string",
                        "securityRules": [
                          {
                            "etag": "string",
                            "id": "string",
                            "name": "string",
                            "properties": {
                              "access": "string",
                              "description": "string",
                              "destinationAddressPrefix": "string",
                              "destinationPortRange": "string",
                              "direction": "string",
                              "priority": "int",
                              "protocol": "string",
                              "provisioningState": "string",
                              "sourceAddressPrefix": "string",
                              "sourcePortRange": "string"
                            }
                          }
                        ],
                        "subnets": [
                          ...
                        ]
                      },
                      "tags": {
                        "{customized property}": "string"
                      }
                    },
                    "provisioningState": "string",
                    "routeTable": {
                      "etag": "string",
                      "id": "string",
                      "location": "string",
                      "properties": {
                        "provisioningState": "string",
                        "routes": [
                          {
                            "etag": "string",
                            "id": "string",
                            "name": "string",
                            "properties": {
                              "addressPrefix": "string",
                              "nextHopIpAddress": "string",
                              "nextHopType": "string",
                              "provisioningState": "string"
                            }
                          }
                        ],
                        "subnets": [
                          ...
                        ]
                      },
                      "tags": {
                        "{customized property}": "string"
                      }
                    }
                  }
                }
              }
            }
          ],
          "provisioningState": "string"
        }
      }
    ],
    "backendHttpSettingsCollection": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "cookieBasedAffinity": "string",
          "port": "int",
          "probe": {
            "id": "string"
          },
          "protocol": "string",
          "provisioningState": "string",
          "requestTimeout": "int"
        }
      }
    ],
    "frontendIPConfigurations": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "privateIPAddress": "string",
          "privateIPAllocationMethod": "string",
          "provisioningState": "string",
          "publicIPAddress": {
            "id": "string"
          },
          "subnet": {
            "id": "string"
          }
        }
      }
    ],
    "frontendPorts": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "port": "int",
          "provisioningState": "string"
        }
      }
    ],
    "gatewayIPConfigurations": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "provisioningState": "string",
          "subnet": {
            "id": "string"
          }
        }
      }
    ],
    "httpListeners": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "frontendIPConfiguration": {
            "id": "string"
          },
          "frontendPort": {
            "id": "string"
          },
          "hostName": "string",
          "protocol": "string",
          "provisioningState": "string",
          "requireServerNameIndication": "bool",
          "sslCertificate": {
            "id": "string"
          }
        }
      }
    ],
    "probes": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "host": "string",
          "interval": "int",
          "path": "string",
          "protocol": "string",
          "provisioningState": "string",
          "timeout": "int",
          "unhealthyThreshold": "int"
        }
      }
    ],
    "provisioningState": "string",
    "requestRoutingRules": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "backendAddressPool": {
            "id": "string"
          },
          "backendHttpSettings": {
            "id": "string"
          },
          "httpListener": {
            "id": "string"
          },
          "provisioningState": "string",
          "ruleType": "string",
          "urlPathMap": {
            "id": "string"
          }
        }
      }
    ],
    "resourceGuid": "string",
    "sku": {
      "capacity": "int",
      "name": "string",
      "tier": "string"
    },
    "sslCertificates": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "data": "string",
          "password": "string",
          "provisioningState": "string",
          "publicCertData": "string"
        }
      }
    ],
    "urlPathMaps": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "defaultBackendAddressPool": {
            "id": "string"
          },
          "defaultBackendHttpSettings": {
            "id": "string"
          },
          "pathRules": [
            {
              "etag": "string",
              "id": "string",
              "name": "string",
              "properties": {
                "backendAddressPool": {
                  "id": "string"
                },
                "backendHttpSettings": {
                  "id": "string"
                },
                "paths": [ "string" ],
                "provisioningState": "string"
              }
            }
          ],
          "provisioningState": "string"
        }
      }
    ]
  },
  "tags": {
    "{customized property}": "string"
  }
}

プロパティ値

ApplicationGatewayBackendAddress

名前 形容 価値
fqdn 完全修飾ドメイン名 (FQDN)。
ipAddress IPアドレス

ApplicationGatewayBackendAddressPool

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソース。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのバックエンド アドレス プールのプロパティ。 ApplicationGatewayBackendAddressPoolPropertiesFormat の

ApplicationGatewayBackendAddressPoolPropertiesFormat

名前 形容 価値
backendAddresses バックエンド アドレス ApplicationGatewayBackendAddress[]
backendIPConfigurations ネットワーク インターフェイスで定義されている IP への参照のコレクション。 NetworkInterfaceIPConfiguration[]
provisioningState バックエンド アドレス プール リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayBackendHttpSettings

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのバックエンド アドレス プール設定のプロパティ。 ApplicationGatewayBackendHttpSettingsPropertiesFormat の

ApplicationGatewayBackendHttpSettingsPropertiesFormat

名前 形容 価値
cookieBasedAffinity Cookie ベースのアフィニティ。 有効な値は、'Enabled' と 'Disabled' です。 'Disabled'
'Enabled'
int
プローブ アプリケーション ゲートウェイのプローブ リソース。 SubResource の
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState バックエンド http 設定リソースのプロビジョニング状態を取得または設定更新中/削除中/失敗
requestTimeout 要求タイムアウト (秒単位)。 Application Gateway は、RequestTimeout 内で応答が受信されない場合、要求を失敗します。 使用可能な値は 1 秒から 86400 秒です。 int

ApplicationGatewayFrontendIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのフロントエンド IP 構成のプロパティ。 ApplicationGatewayFrontendIPConfigurationPropertiesFormat の

ApplicationGatewayFrontendIPConfigurationPropertiesFormat

名前 形容 価値
privateIPAddress ネットワーク インターフェイス IP 構成の PrivateIPAddress。
privateIPAllocationMethod PrivateIP の割り当て方法。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAddress PublicIP リソースの参照。 SubResource の
サブネット サブネット リソースの参照。 SubResource の

ApplicationGatewayFrontendPort

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのフロントエンド ポートのプロパティ。 ApplicationGatewayFrontendPortPropertiesFormat の

ApplicationGatewayFrontendPortPropertiesFormat

名前 形容 価値
フロントエンド ポート int
provisioningState フロントエンド ポート リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayHttpListener

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの HTTP リスナーのプロパティ。 ApplicationGatewayHttpListenerPropertiesFormat の

ApplicationGatewayHttpListenerPropertiesFormat

名前 形容 価値
frontendIPConfiguration アプリケーション ゲートウェイのフロントエンド IP 構成リソース。 SubResource の
frontendPort アプリケーション ゲートウェイのフロントエンド ポート リソース。 SubResource の
hostName HTTP リスナーのホスト名。
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState HTTP リスナー リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
requireServerNameIndication プロトコルが https の場合にのみ適用されます。 マルチホスティングの SNI を有効にします。 bool
sslCertificate アプリケーション ゲートウェイの SSL 証明書リソース。 SubResource の

ApplicationGatewayIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの IP 構成のプロパティ。 ApplicationGatewayIPConfigurationPropertiesFormat の

ApplicationGatewayIPConfigurationPropertiesFormat

名前 形容 価値
provisioningState アプリケーション ゲートウェイ サブネット リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
サブネット サブネット リソースの参照。 アプリケーション ゲートウェイがプライベート アドレスを取得するサブネット。 SubResource の

ApplicationGatewayPathRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのプローブのプロパティ。 ApplicationGatewayPathRulePropertiesFormat の

ApplicationGatewayPathRulePropertiesFormat

名前 形容 価値
backendAddressPool URL パス マップのバックエンド アドレス プール リソース。 SubResource の
backendHttpSettings URL パス マップのバックエンド http 設定リソース。 SubResource の
パス URL パス マップのパス ルール。 string[]
provisioningState URL パス マップ リソースのパス ルール。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayProbe

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのプローブのプロパティ。 ApplicationGatewayProbePropertiesFormat の

ApplicationGatewayProbePropertiesFormat

名前 形容 価値
ホスト プローブの送信先となるホスト名。
プローブ間隔 (秒)。 これは、2 つの連続するプローブ間の時間間隔です。 使用可能な値は 1 秒から 86400 秒です。 int
パス プローブの相対パス。 有効なパスは '/' から始まります。 プローブは、<プロトコル>://<ホスト>に送信されます。ポート><パス<>
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState バックエンド http 設定リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
タイムアウト プローブタイムアウト (秒単位)。 有効な応答がこのタイムアウト期間で受信されない場合、失敗としてマークされたプローブ。 使用可能な値は 1 秒から 86400 秒です。 int
unhealthyThreshold プローブの再試行回数。 連続するプローブエラー数が UnhealthyThreshold に達すると、バックエンド サーバーはダウン状態にマークされます。 使用できる値は 1 秒から 20 です。 int

ApplicationGatewayPropertiesFormat

名前 形容 価値
backendAddressPools アプリケーション ゲートウェイ リソースのバックエンド アドレス プール。 ApplicationGatewayBackendAddressPool[]
backendHttpSettingsCollection アプリケーション ゲートウェイ リソースのバックエンド http 設定。 ApplicationGatewayBackendHttpSettings[]
frontendIPConfigurations アプリケーション ゲートウェイ リソースのフロントエンド IP アドレス。 ApplicationGatewayFrontendIPConfiguration[]
frontendPorts アプリケーション ゲートウェイ リソースのフロントエンド ポート。 ApplicationGatewayFrontendPort[]
gatewayIPConfigurations アプリケーション ゲートウェイ リソースのサブネットを取得または設定します。 ApplicationGatewayIPConfiguration[]
httpListeners アプリケーション ゲートウェイ リソースの Http リスナー。 ApplicationGatewayHttpListener[]
プローブ アプリケーション ゲートウェイ リソースのプローブ。 ApplicationGatewayProbe[]
provisioningState アプリケーション ゲートウェイ リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
requestRoutingRules アプリケーション ゲートウェイ リソースのルーティング規則を要求します。 ApplicationGatewayRequestRoutingRule[]
resourceGuid アプリケーション ゲートウェイ リソースのリソース GUID プロパティ。
sku アプリケーション ゲートウェイ リソースの SKU。 ApplicationGatewaySku
sslCertificates アプリケーション ゲートウェイ リソースの SSL 証明書。 ApplicationGatewaySslCertificate[]
urlPathMaps アプリケーション ゲートウェイ リソースの URL パス マップ。 ApplicationGatewayUrlPathMap[]

ApplicationGatewayRequestRoutingRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの要求ルーティング規則のプロパティ。 ApplicationGatewayRequestRoutingRulePropertiesFormat の

ApplicationGatewayRequestRoutingRulePropertiesFormat

名前 形容 価値
backendAddressPool アプリケーション ゲートウェイのバックエンド アドレス プール リソース。 SubResource の
backendHttpSettings アプリケーション ゲートウェイのフロントエンド ポート リソース。 SubResource の
httpListener アプリケーション ゲートウェイの Http リスナー リソース。 SubResource の
provisioningState 要求ルーティング規則リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
ruleType ルールの種類。 使用可能な値は、'Basic' と 'PathBasedRouting' です。 'Basic'
'PathBasedRouting'
urlPathMap アプリケーション ゲートウェイの URL パス マップ リソース。 SubResource の

ApplicationGatewaySku

名前 形容 価値
能力 アプリケーション ゲートウェイの容量 (インスタンス数)。 int
名前 アプリケーション ゲートウェイ SKU の名前。 使用可能な値は、'Standard_Small'、'Standard_Medium'、'Standard_Large'、'WAF_Medium'、および 'WAF_Large' です。 'Standard_Large'
'Standard_Medium'
'Standard_Small'
アプリケーション ゲートウェイの層。 'Standard'

ApplicationGatewaySslCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの SSL 証明書のプロパティ。 ApplicationGatewaySslCertificatePropertiesFormat の

ApplicationGatewaySslCertificatePropertiesFormat

名前 形容 価値
データ Base-64 でエンコードされた pfx 証明書。 PUT 要求でのみ適用されます。
パスワード データで指定された pfx ファイルのパスワード。 PUT 要求でのみ適用されます。
provisioningState SSL 証明書リソースのプロビジョニング状態 可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicCertData Base-64 でエンコードされた、データで指定された pfx に対応するパブリック証明書データ。 GET 要求でのみ適用されます。

ApplicationGatewayUrlPathMap

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの UrlPathMap のプロパティ。 ApplicationGatewayUrlPathMapPropertiesFormat の

ApplicationGatewayUrlPathMapPropertiesFormat

名前 形容 価値
defaultBackendAddressPool URL パス マップの既定のバックエンド アドレス プール リソース。 SubResource の
defaultBackendHttpSettings URL パス マップの既定のバックエンド http 設定リソース。 SubResource の
pathRules URL パス マップ リソースのパス ルール。 ApplicationGatewayPathRule[]
provisioningState バックエンド http 設定リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

BackendAddressPool

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソースの名前を取得します。 この名前は、リソースへのアクセスに使用できます。
プロパティ バックエンド アドレス プールのプロパティ。 BackendAddressPoolPropertiesFormat の

BackendAddressPoolPropertiesFormat

名前 形容 価値
backendIPConfigurations ネットワーク インターフェイスで定義されている IP アドレスへの参照のコレクションを取得します。 NetworkInterfaceIPConfiguration[]
outboundNatRule このバックエンド アドレス プールを使用する送信規則を取得します。 SubResource の
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

InboundNatRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソースの名前を取得します。 この名前は、リソースへのアクセスに使用できます。
プロパティ 受信 NAT 規則のプロパティ。 InboundNatRulePropertiesFormat を する

InboundNatRulePropertiesFormat

名前 形容 価値
backendIPConfiguration VM のネットワーク インターフェイスで定義されているプライベート IP アドレスへの参照。 各フロントエンド IP 構成のフロントエンド ポートに送信されたトラフィックは、バックアップされた IP に転送されます。 NetworkInterfaceIPConfiguration
backendPort 内部エンドポイントに使用されるポート。 使用できる値の範囲は 1 ~ 65535 です。 int
enableFloatingIP SQL AlwaysOn 可用性グループを構成するために必要なフローティング IP 機能用に仮想マシンのエンドポイントを構成します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。 bool
frontendIPConfiguration フロントエンド IP アドレスへの参照。 SubResource の
frontendPort 外部エンドポイントのポート。 各規則のポート番号は、ロード バランサー内で一意である必要があります。 使用可能な値の範囲は 1 ~ 65534 です。 int
idleTimeoutInMinutes TCP アイドル接続のタイムアウト。 値は 4 ~ 30 分の間で設定できます。 既定値は 4 分です。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 int
議定書 エンドポイントのトランスポート プロトコル。 指定できる値は、'Udp' または 'Tcp' です。 'Tcp'
'Udp'
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

IPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ IP 構成のプロパティ。 IPConfigurationPropertiesFormat

IPConfigurationPropertiesFormat

名前 形容 価値
privateIPAddress IP 構成のプライベート IP アドレス。
privateIPAllocationMethod プライベート IP 割り当て方法。 指定できる値は 'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAddress パブリック IP リソースの参照。 PublicIPAddress
サブネット サブネット リソースの参照。 サブネット

Microsoft.Network/applicationGateways

名前 形容 価値
apiVersion API のバージョン '2015-06-15'
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
場所 リソースの場所。
名前 リソース名 string (必須)
プロパティ アプリケーション ゲートウェイのプロパティ。 ApplicationGatewayPropertiesFormat の
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 リソースの種類 'Microsoft.Network/applicationGateways'

NetworkInterface

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ NetworkInterface プロパティ。 NetworkInterfacePropertiesFormat
タグ リソース タグ。 ResourceTags

NetworkInterfaceDnsSettings

名前 形容 価値
appliedDnsServers この NIC を使用する VM が可用性セットの一部である場合、この一覧には、可用性セットの一部であるすべての NIC のすべての DNS サーバーの和集合が含まれます。 このプロパティは、これらの各 VM で構成されます。 string[]
dnsServers DNS サーバーの IP アドレスの一覧。 Azure 提供の DNS 解決に切り替えるには、"AzureProvidedDNS" を使用します。 'AzureProvidedDNS' の値を他の IP と組み合わせることはできません。dnsServers コレクション内の唯一の値である必要があります。 string[]
internalDnsNameLabel 同じ仮想ネットワーク内の VM 間の内部通信に使用される、この NIC の相対 DNS 名。
internalFqdn 同じ仮想ネットワーク内の VM 間の内部通信をサポートする完全修飾 DNS 名。

NetworkInterfaceIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ IP 構成のプロパティ。 NetworkInterfaceIPConfigurationPropertiesFormat

NetworkInterfaceIPConfigurationPropertiesFormat

名前 形容 価値
loadBalancerBackendAddressPools LoadBalancerBackendAddressPool リソースの参照。 BackendAddressPool[]
loadBalancerInboundNatRules LoadBalancerInboundNatRules の参照の一覧。 InboundNatRule[]
原発 これがネットワーク インターフェイスのプライマリ カスタマー アドレスであるかどうかを取得します。 bool
privateIPAddress
privateIPAllocationMethod プライベート IP アドレスの割り当て方法を定義します。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState
publicIPAddress パブリック IP アドレス リソース。 PublicIPAddress
サブネット 仮想ネットワーク リソース内のサブネット。 サブネット

NetworkInterfacePropertiesFormat

名前 形容 価値
dnsSettings ネットワーク インターフェイスの DNS 設定。 NetworkInterfaceDnsSettings
enableIPForwarding このネットワーク インターフェイスで IP 転送が有効になっているかどうかを示します。 bool
ipConfigurations ネットワーク インターフェイスの IPConfigurations の一覧。 NetworkInterfaceIPConfiguration[]
macAddress ネットワーク インターフェイスの MAC アドレス。
networkSecurityGroup NetworkSecurityGroup リソースの参照。 NetworkSecurityGroup
原発 これが仮想マシン上のプライマリ ネットワーク インターフェイスであるかどうかを取得します。 bool
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
resourceGuid ネットワーク インターフェイス リソースのリソース GUID プロパティ。
virtualMachine 仮想マシンの参照。 SubResource の

NetworkSecurityGroup

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ ネットワーク セキュリティ グループ リソース。 NetworkSecurityGroupPropertiesFormat
タグ リソース タグ。 ResourceTags

NetworkSecurityGroupPropertiesFormat

名前 形容 価値
defaultSecurityRules ネットワーク セキュリティ グループの既定のセキュリティ規則。 SecurityRule[]
networkInterfaces ネットワーク インターフェイスへの参照のコレクション。 NetworkInterface[]
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
resourceGuid ネットワーク セキュリティ グループ リソースのリソース GUID プロパティ。
securityRules ネットワーク セキュリティ グループのセキュリティ規則のコレクション。 SecurityRule[]
サブネット サブネットへの参照のコレクション。 サブネット[]

PublicIPAddress

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ パブリック IP アドレスのプロパティ。 PublicIPAddressPropertiesFormat
タグ リソース タグ。 ResourceTags

PublicIPAddressDnsSettings

名前 形容 価値
domainNameLabel ドメイン名ラベルを取得または設定します。ドメイン名ラベルと地域化 DNS ゾーンを連結すると、パブリック IP アドレスに関連付けられている完全修飾ドメイン名が構成されます。 ドメイン名ラベルを指定すると、Microsoft Azure DNS システムのパブリック IP に対して DNS レコードが作成されます。
fqdn パブリック IP に関連付けられている A DNS レコードの FQDN 完全修飾ドメイン名を取得します。 これは、domainNameLabel と地域化された DNS ゾーンの連結です。
reverseFqdn 逆引き FQDN を取得または設定します。 このパブリック IP アドレスに解決される、ユーザーに表示される完全修飾ドメイン名。 reverseFqdn が指定されている場合は、in-addr.arpa ドメイン内の IP アドレスから逆 FQDN を指す PTR DNS レコードが作成されます。

PublicIPAddressPropertiesFormat

名前 形容 価値
dnsSettings パブリック IP アドレスに関連付けられている DNS レコードの FQDN。 PublicIPAddressDnsSettings
idleTimeoutInMinutes パブリック IP アドレスのアイドル タイムアウト。 int
ipAddress
ipConfiguration IPConfiguration IPConfiguration
provisioningState PublicIP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAllocationMethod パブリック IP 割り当て方法。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
resourceGuid パブリック IP リソースのリソース GUID プロパティ。

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ルート

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソースのルーティング RoutePropertiesFormat の

RoutePropertiesFormat

名前 形容 価値
addressPrefix ルートが適用される宛先 CIDR。
nextHopIpAddress IP アドレス パケットを転送する必要があります。 次ホップの値は、次ホップの種類が VirtualAppliance であるルートでのみ使用できます。
nextHopType パケットの送信先となる Azure ホップの種類。 使用可能な値は、'VirtualNetworkGateway'、'VnetLocal'、'Internet'、'VirtualAppliance'、および 'None' です。 'Internet'
'None'
'VirtualAppliance'
'VirtualNetworkGateway'
'VnetLocal' (必須)
provisioningState リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

RouteTable

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ ルート テーブル リソース RouteTablePropertiesFormat の
タグ リソース タグ。 ResourceTags

RouteTablePropertiesFormat

名前 形容 価値
provisioningState リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
ルート ルート テーブル内に含まれるルートのコレクション。 ルート[]
サブネット サブネットへの参照のコレクション。 サブネット[]

SecurityRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ SecurityRulePropertiesFormat の

SecurityRulePropertiesFormat

名前 形容 価値
アクセス ネットワーク トラフィックは許可または拒否されます。 使用可能な値は、'Allow' と 'Deny' です。 'Allow'
'Deny' (必須)
形容 このルールの説明。 140 文字に制限されます。
destinationAddressPrefix 宛先アドレス プレフィックス。 CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 string (必須)
destinationPortRange 宛先ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
方向 ルールの方向。 方向は、受信トラフィックまたは送信トラフィックでルールを評価するかどうかを指定します。 指定できる値は、'Inbound' と 'Outbound' です。 'Inbound'
'Outbound' (必須)
優先権 ルールの優先順位。 値は 100 から 4096 の間で指定できます。 優先順位番号は、コレクション内の各ルールで一意である必要があります。 優先度の数値が小さいと、ルールの優先度が高くなります。 int
議定書 この規則が適用されるネットワーク プロトコル。 指定できる値は、'Tcp'、'Udp'、および '*' です。 '*'
'Tcp'
'Udp' (必須)
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
sourceAddressPrefix CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 これがイングレス ルールの場合は、ネットワーク トラフィックの発信元を指定します。 string (必須)
sourcePortRange ソース ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。

サブネット

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ SubnetPropertiesFormat

SubnetPropertiesFormat

名前 形容 価値
addressPrefix サブネットのアドレス プレフィックス。
ipConfigurations サブネットを使用して、ネットワーク インターフェイスの IP 構成への参照の配列を取得します。 IPConfiguration[]
networkSecurityGroup NetworkSecurityGroup リソースの参照。 NetworkSecurityGroup
provisioningState リソースのプロビジョニング状態。
routeTable RouteTable リソースの参照。 RouteTable

SubResource

名前 形容 価値
身分証明書 リソース識別子。

クイック スタート テンプレート

次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。

テンプレート 形容
NAT ゲートウェイと Application Gateway を使用して AKS クラスターを する

Azure
にデプロイする
このサンプルでは、送信接続用の NAT ゲートウェイと受信接続用の Application Gateway を使用して AKS クラスターをデプロイする方法を示します。
Application Gateway イングレス コントローラー を使用して AKS クラスターを する

Azure
にデプロイする
このサンプルでは、Application Gateway、Application Gateway イングレス コントローラー、Azure Container Registry、Log Analytics、Key Vault を使用して AKS クラスターをデプロイする方法を示します
WAF、SSL、IIS、および HTTPS リダイレクト を使用した App Gateway の

Azure
にデプロイする
このテンプレートは、WAF を使用して Application Gateway をデプロイし、エンド ツー エンド SSL と HTTP を IIS サーバー上の HTTPS リダイレクトにデプロイします。
IP 制限 を使用した Web アプリの Application Gateway の

Azure
にデプロイする
このテンプレートは、Web アプリで IP 制限が有効になっている Azure Web アプリの前にアプリケーション ゲートウェイを作成します。
Application Gateway for Multi Hosting

Azure にデプロイする
このテンプレートは、Application Gateway を作成し、ポート 443 でマルチ ホスティング用に構成します。
URL パス ベースのルーティング 用の Application Gateway の

Azure
にデプロイする
このテンプレートは、Application Gateway を作成し、URL パス ベースのルーティング用に構成します。
内部 API Management と Web App を使用した Application Gateway の

Azure
にデプロイする
Azure Web アプリでホストされている Web API にサービスを提供する仮想ネットワーク (内部モード) API Management インスタンスにインターネット トラフィックをルーティングする Application Gateway。
WAF とファイアウォール ポリシー を使用した Application Gateway の

Azure
にデプロイする
このテンプレートは、ファイアウォール ポリシーと共に WAF が構成された Application Gateway を作成します
Azure SQL Database を使用した LANSA Windows VM ScaleSet の自動スケールの

Azure
にデプロイする
このテンプレートでは、スケール セット内の VM の数が必要な Windows VMSS と、各 VM にインストールする LANSA MSI がデプロイされます。 VM スケール セットがデプロイされると、LANSA MSI のインストールにカスタム スクリプト拡張機能が使用されます)
Azure Application Gateway のデモ セットアップ の

Azure
にデプロイする
このテンプレートを使用すると、Azure Application Gateway のデモをすばやくデプロイして、Cookie ベースのアフィニティの有無にかかわらず負荷分散をテストできます。
Application Gateway v2 によって保護された Web アプリを作成する

Azure にデプロイする
このテンプレートは、Application Gateway v2 のアクセス制限付きの Azure Web アプリを作成します。 Application Gateway は、"Microsoft.Web" サービス エンドポイントが有効になっている vNet (サブネット) にデプロイされます。 Web アプリは、サブネットからのトラフィックへのアクセスを制限します。
Web アプリ、PE、Application Gateway v2 を作成する

Azure にデプロイする
このテンプレートは、Azure Virtual Network サブネット (Application Gateway v2) にプライベート エンドポイントを持つ Azure Web アプリを作成します。 Application Gateway は vNet (サブネット) にデプロイされます。 Web アプリは、プライベート エンドポイントを使用してサブネットからのトラフィックへのアクセスを制限します
仮想ネットワーク で WordPress サイトを作成する

Azure にデプロイする
このテンプレートは、仮想ネットワーク内のコンテナー インスタンスに WordPress サイトを作成します。 WordPress サイトにアクセスできるパブリック サイトの FQDN を出力します。
Application Gateway を作成する

Azure
にデプロイする
このテンプレートは、仮想ネットワークにアプリケーション ゲートウェイを作成し、任意の数の仮想マシンの負荷分散規則を設定します
Application Gateway (カスタム SSL) を作成する

Azure
にデプロイする
このテンプレートは、カスタム ssl ポリシーで構成された Application Gateway をデプロイします。
アプリケーション ゲートウェイ (SSL ポリシー) を作成する

Azure
にデプロイする
このテンプレートは、定義済みの ssl ポリシーで構成された Application Gateway をデプロイします。
アプリケーション ゲートウェイ (WAF) を作成する

Azure
にデプロイする
このテンプレートは、仮想ネットワークに Web アプリケーション ファイアウォール機能を備えたアプリケーション ゲートウェイを作成し、任意の数の仮想マシンの負荷分散規則を設定します
WebApps 用の Application Gateway を作成する

Azure にデプロイする
このテンプレートは、カスタム プローブが有効になっている 2 つの Azure Web Apps の前にアプリケーション ゲートウェイを作成します。
Application Gateway v2 を作成する

Azure
にデプロイする
このテンプレートは、仮想ネットワークにアプリケーション ゲートウェイ v2 を作成し、パブリック フロントエンドを使用して自動スケーリングプロパティと HTTP 負荷分散規則を設定します
Key Vault を使用して Application Gateway V2 を作成する

Azure
にデプロイする
このテンプレートは、Application Gateway V2 を仮想ネットワークにデプロイし、ユーザー定義 ID、Key Vault、シークレット (証明書データ)、Key Vault と Application Gateway のアクセス ポリシーをデプロイします。
パスオーバーライド を使用してアプリケーション ゲートウェイを作成

Azure
にデプロイする
このテンプレートは、Application Gateway をデプロイし、バックエンド アドレス プールのパス オーバーライド機能の使用方法を示します。
プローブ を使用して Application Gateway を作成する

Azure
にデプロイする
このテンプレートは、プローブ機能が強化された Application Gateway をデプロイします。
パブリック IP を使用して Application Gateway を作成する

Azure
にデプロイする
このテンプレートは、Application Gateway、Application Gateway のパブリック IP アドレス、および Application Gateway がデプロイされている仮想ネットワークを作成します。 また、2 つのバックエンド サーバーを使用して Http 負荷分散用に Application Gateway を構成します。 バックエンド サーバーの有効な IP を指定する必要があることに注意してください。
パブリック IP (オフロード) を使用してアプリケーション ゲートウェイを作成する

Azure にデプロイする
このテンプレートは、Application Gateway、Application Gateway のパブリック IP アドレス、および Application Gateway がデプロイされている仮想ネットワークを作成します。 また、2 つのバックエンド サーバーで Ssl オフロードと負荷分散用に Application Gateway を構成します。 バックエンド サーバーの有効な IP を指定する必要があることに注意してください。
リダイレクト を使用して Application Gateway を作成する

Azure
にデプロイする
このテンプレートは、仮想ネットワークにリダイレクト機能を備えたアプリケーション ゲートウェイを作成し、負荷分散規則とリダイレクト規則 (基本規則とパスベース規則) を設定します
書き換え を使用して Application Gateway を作成する

Azure
にデプロイする
このテンプレートは、仮想ネットワークで書き換え機能を備えたアプリケーション ゲートウェイを作成し、負荷分散、書き換えルールを設定します
Azure Application Gateway v2 を作成する

Azure
にデプロイする
このテンプレートは、バックエンド プールに 2 つの Windows Server 2016 サーバーを含む Azure Application Gateway を作成します
Azure Application Gateway で Azure WAF v2 を作成する

Azure にデプロイする
このテンプレートでは、バックエンド プールに 2 つの Windows Server 2016 サーバーを含む Azure Application Gateway 上に Azure Web Application Firewall v2 を作成します
IPv6 Application Gateway を作成する

Azure
にデプロイする
このテンプレートは、デュアルスタック仮想ネットワークに IPv6 フロントエンドを持つアプリケーション ゲートウェイを作成します。
App Gateway を使用して内部 VNet に API Management を作成する

Azure にデプロイする
このテンプレートでは、Azure Application Gateway によって保護されたプライベート ネットワーク上に Azure API Management のインスタンスを作成する方法を示します。
証明書 を使用して Application Gateway を作成する

Azure
にデプロイする
このテンプレートでは、Key Vault の自己署名証明書を生成し、Application Gateway から参照する方法を示します。
Azure Application Gateway を使用して Windows VM スケール セットをデプロイする

Azure にデプロイする
このテンプレートを使用すると、Azure Application Gateway と統合された単純な Windows VM スケール セットをデプロイでき、最大 1,000 台の VM をサポートします
Azure Application Gateway を使用して Ubuntu VM スケール セットをデプロイする

Azure にデプロイする
このテンプレートを使用すると、Azure Application Gateway と統合された単純な Ubuntu VM スケール セットをデプロイでき、最大 1,000 台の VM をサポートします
ILB ASE を使用した eShop Web サイトの

Azure
にデプロイする
App Service Environment は、Azure App Service の Premium サービス プラン オプションであり、Web Apps、Mobile Apps、API Apps など、Azure App Service アプリを大規模に安全に実行するための完全に分離された専用の環境を提供します。
Front Door Standard/Premium と Application Gateway の配信元

Azure にデプロイする
このテンプレートは、Front Door Standard/Premium インスタンスと Application Gateway インスタンスを作成し、NSG と WAF ポリシーを使用して、トラフィックが Front Door の配信元を通過したことを検証します。
コンテナー インスタンスと Application Gateway を使用した Front Door の

Azure
にデプロイする
このテンプレートは、コンテナー グループと Application Gateway を使用して Front Door Standard/Premium を作成します。
NSG、ILB、AppGateway を使用した多層アプリの

Azure
にデプロイする
このテンプレートは、仮想ネットワークをデプロイし、サブネットを介してネットワークを分離し、VM をデプロイして負荷分散を構成します
多層トラフィック マネージャー、L4 ILB、L7 AppGateway

Azure にデプロイする
このテンプレートは、仮想ネットワークをデプロイし、サブネットを介してネットワークを分離し、VM をデプロイして負荷分散を構成します

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

applicationGateways リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/applicationGateways リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/applicationGateways@2015-06-15"
  name = "string"
  etag = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      backendAddressPools = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            backendAddresses = [
              {
                fqdn = "string"
                ipAddress = "string"
              }
            ]
            backendIPConfigurations = [
              {
                etag = "string"
                id = "string"
                name = "string"
                properties = {
                  loadBalancerBackendAddressPools = [
                    {
                      etag = "string"
                      id = "string"
                      name = "string"
                      properties = {
                        backendIPConfigurations = [
                          ...
                        ]
                        outboundNatRule = {
                          id = "string"
                        }
                        provisioningState = "string"
                      }
                    }
                  ]
                  loadBalancerInboundNatRules = [
                    {
                      etag = "string"
                      id = "string"
                      name = "string"
                      properties = {
                        backendIPConfiguration = ...
                        backendPort = int
                        enableFloatingIP = bool
                        frontendIPConfiguration = {
                          id = "string"
                        }
                        frontendPort = int
                        idleTimeoutInMinutes = int
                        protocol = "string"
                        provisioningState = "string"
                      }
                    }
                  ]
                  primary = bool
                  privateIPAddress = "string"
                  privateIPAllocationMethod = "string"
                  provisioningState = "string"
                  publicIPAddress = {
                    etag = "string"
                    id = "string"
                    location = "string"
                    properties = {
                      dnsSettings = {
                        domainNameLabel = "string"
                        fqdn = "string"
                        reverseFqdn = "string"
                      }
                      idleTimeoutInMinutes = int
                      ipAddress = "string"
                      ipConfiguration = {
                        etag = "string"
                        id = "string"
                        name = "string"
                        properties = {
                          privateIPAddress = "string"
                          privateIPAllocationMethod = "string"
                          provisioningState = "string"
                          publicIPAddress = ...
                          subnet = {
                            etag = "string"
                            id = "string"
                            name = "string"
                            properties = {
                              addressPrefix = "string"
                              ipConfigurations = [
                                ...
                              ]
                              networkSecurityGroup = {
                                etag = "string"
                                id = "string"
                                location = "string"
                                properties = {
                                  defaultSecurityRules = [
                                    {
                                      etag = "string"
                                      id = "string"
                                      name = "string"
                                      properties = {
                                        access = "string"
                                        description = "string"
                                        destinationAddressPrefix = "string"
                                        destinationPortRange = "string"
                                        direction = "string"
                                        priority = int
                                        protocol = "string"
                                        provisioningState = "string"
                                        sourceAddressPrefix = "string"
                                        sourcePortRange = "string"
                                      }
                                    }
                                  ]
                                  networkInterfaces = [
                                    {
                                      etag = "string"
                                      id = "string"
                                      location = "string"
                                      properties = {
                                        dnsSettings = {
                                          appliedDnsServers = [
                                            "string"
                                          ]
                                          dnsServers = [
                                            "string"
                                          ]
                                          internalDnsNameLabel = "string"
                                          internalFqdn = "string"
                                        }
                                        enableIPForwarding = bool
                                        ipConfigurations = [
                                          ...
                                        ]
                                        macAddress = "string"
                                        networkSecurityGroup = ...
                                        primary = bool
                                        provisioningState = "string"
                                        resourceGuid = "string"
                                        virtualMachine = {
                                          id = "string"
                                        }
                                      }
                                      tags = {
                                        {customized property} = "string"
                                      }
                                    }
                                  ]
                                  provisioningState = "string"
                                  resourceGuid = "string"
                                  securityRules = [
                                    {
                                      etag = "string"
                                      id = "string"
                                      name = "string"
                                      properties = {
                                        access = "string"
                                        description = "string"
                                        destinationAddressPrefix = "string"
                                        destinationPortRange = "string"
                                        direction = "string"
                                        priority = int
                                        protocol = "string"
                                        provisioningState = "string"
                                        sourceAddressPrefix = "string"
                                        sourcePortRange = "string"
                                      }
                                    }
                                  ]
                                  subnets = [
                                    ...
                                  ]
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                              provisioningState = "string"
                              routeTable = {
                                etag = "string"
                                id = "string"
                                location = "string"
                                properties = {
                                  provisioningState = "string"
                                  routes = [
                                    {
                                      etag = "string"
                                      id = "string"
                                      name = "string"
                                      properties = {
                                        addressPrefix = "string"
                                        nextHopIpAddress = "string"
                                        nextHopType = "string"
                                        provisioningState = "string"
                                      }
                                    }
                                  ]
                                  subnets = [
                                    ...
                                  ]
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            }
                          }
                        }
                      }
                      provisioningState = "string"
                      publicIPAllocationMethod = "string"
                      resourceGuid = "string"
                    }
                    tags = {
                      {customized property} = "string"
                    }
                  }
                  subnet = {
                    etag = "string"
                    id = "string"
                    name = "string"
                    properties = {
                      addressPrefix = "string"
                      ipConfigurations = [
                        {
                          etag = "string"
                          id = "string"
                          name = "string"
                          properties = {
                            privateIPAddress = "string"
                            privateIPAllocationMethod = "string"
                            provisioningState = "string"
                            publicIPAddress = {
                              etag = "string"
                              id = "string"
                              location = "string"
                              properties = {
                                dnsSettings = {
                                  domainNameLabel = "string"
                                  fqdn = "string"
                                  reverseFqdn = "string"
                                }
                                idleTimeoutInMinutes = int
                                ipAddress = "string"
                                ipConfiguration = ...
                                provisioningState = "string"
                                publicIPAllocationMethod = "string"
                                resourceGuid = "string"
                              }
                              tags = {
                                {customized property} = "string"
                              }
                            }
                            subnet = ...
                          }
                        }
                      ]
                      networkSecurityGroup = {
                        etag = "string"
                        id = "string"
                        location = "string"
                        properties = {
                          defaultSecurityRules = [
                            {
                              etag = "string"
                              id = "string"
                              name = "string"
                              properties = {
                                access = "string"
                                description = "string"
                                destinationAddressPrefix = "string"
                                destinationPortRange = "string"
                                direction = "string"
                                priority = int
                                protocol = "string"
                                provisioningState = "string"
                                sourceAddressPrefix = "string"
                                sourcePortRange = "string"
                              }
                            }
                          ]
                          networkInterfaces = [
                            {
                              etag = "string"
                              id = "string"
                              location = "string"
                              properties = {
                                dnsSettings = {
                                  appliedDnsServers = [
                                    "string"
                                  ]
                                  dnsServers = [
                                    "string"
                                  ]
                                  internalDnsNameLabel = "string"
                                  internalFqdn = "string"
                                }
                                enableIPForwarding = bool
                                ipConfigurations = [
                                  ...
                                ]
                                macAddress = "string"
                                networkSecurityGroup = ...
                                primary = bool
                                provisioningState = "string"
                                resourceGuid = "string"
                                virtualMachine = {
                                  id = "string"
                                }
                              }
                              tags = {
                                {customized property} = "string"
                              }
                            }
                          ]
                          provisioningState = "string"
                          resourceGuid = "string"
                          securityRules = [
                            {
                              etag = "string"
                              id = "string"
                              name = "string"
                              properties = {
                                access = "string"
                                description = "string"
                                destinationAddressPrefix = "string"
                                destinationPortRange = "string"
                                direction = "string"
                                priority = int
                                protocol = "string"
                                provisioningState = "string"
                                sourceAddressPrefix = "string"
                                sourcePortRange = "string"
                              }
                            }
                          ]
                          subnets = [
                            ...
                          ]
                        }
                        tags = {
                          {customized property} = "string"
                        }
                      }
                      provisioningState = "string"
                      routeTable = {
                        etag = "string"
                        id = "string"
                        location = "string"
                        properties = {
                          provisioningState = "string"
                          routes = [
                            {
                              etag = "string"
                              id = "string"
                              name = "string"
                              properties = {
                                addressPrefix = "string"
                                nextHopIpAddress = "string"
                                nextHopType = "string"
                                provisioningState = "string"
                              }
                            }
                          ]
                          subnets = [
                            ...
                          ]
                        }
                        tags = {
                          {customized property} = "string"
                        }
                      }
                    }
                  }
                }
              }
            ]
            provisioningState = "string"
          }
        }
      ]
      backendHttpSettingsCollection = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            cookieBasedAffinity = "string"
            port = int
            probe = {
              id = "string"
            }
            protocol = "string"
            provisioningState = "string"
            requestTimeout = int
          }
        }
      ]
      frontendIPConfigurations = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            privateIPAddress = "string"
            privateIPAllocationMethod = "string"
            provisioningState = "string"
            publicIPAddress = {
              id = "string"
            }
            subnet = {
              id = "string"
            }
          }
        }
      ]
      frontendPorts = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            port = int
            provisioningState = "string"
          }
        }
      ]
      gatewayIPConfigurations = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            provisioningState = "string"
            subnet = {
              id = "string"
            }
          }
        }
      ]
      httpListeners = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            frontendIPConfiguration = {
              id = "string"
            }
            frontendPort = {
              id = "string"
            }
            hostName = "string"
            protocol = "string"
            provisioningState = "string"
            requireServerNameIndication = bool
            sslCertificate = {
              id = "string"
            }
          }
        }
      ]
      probes = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            host = "string"
            interval = int
            path = "string"
            protocol = "string"
            provisioningState = "string"
            timeout = int
            unhealthyThreshold = int
          }
        }
      ]
      provisioningState = "string"
      requestRoutingRules = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            backendAddressPool = {
              id = "string"
            }
            backendHttpSettings = {
              id = "string"
            }
            httpListener = {
              id = "string"
            }
            provisioningState = "string"
            ruleType = "string"
            urlPathMap = {
              id = "string"
            }
          }
        }
      ]
      resourceGuid = "string"
      sku = {
        capacity = int
        name = "string"
        tier = "string"
      }
      sslCertificates = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            data = "string"
            password = "string"
            provisioningState = "string"
            publicCertData = "string"
          }
        }
      ]
      urlPathMaps = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            defaultBackendAddressPool = {
              id = "string"
            }
            defaultBackendHttpSettings = {
              id = "string"
            }
            pathRules = [
              {
                etag = "string"
                id = "string"
                name = "string"
                properties = {
                  backendAddressPool = {
                    id = "string"
                  }
                  backendHttpSettings = {
                    id = "string"
                  }
                  paths = [
                    "string"
                  ]
                  provisioningState = "string"
                }
              }
            ]
            provisioningState = "string"
          }
        }
      ]
    }
  })
}

プロパティ値

ApplicationGatewayBackendAddress

名前 形容 価値
fqdn 完全修飾ドメイン名 (FQDN)。
ipAddress IPアドレス

ApplicationGatewayBackendAddressPool

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソース。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのバックエンド アドレス プールのプロパティ。 ApplicationGatewayBackendAddressPoolPropertiesFormat の

ApplicationGatewayBackendAddressPoolPropertiesFormat

名前 形容 価値
backendAddresses バックエンド アドレス ApplicationGatewayBackendAddress[]
backendIPConfigurations ネットワーク インターフェイスで定義されている IP への参照のコレクション。 NetworkInterfaceIPConfiguration[]
provisioningState バックエンド アドレス プール リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayBackendHttpSettings

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのバックエンド アドレス プール設定のプロパティ。 ApplicationGatewayBackendHttpSettingsPropertiesFormat の

ApplicationGatewayBackendHttpSettingsPropertiesFormat

名前 形容 価値
cookieBasedAffinity Cookie ベースのアフィニティ。 有効な値は、'Enabled' と 'Disabled' です。 'Disabled'
'Enabled'
int
プローブ アプリケーション ゲートウェイのプローブ リソース。 SubResource の
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState バックエンド http 設定リソースのプロビジョニング状態を取得または設定更新中/削除中/失敗
requestTimeout 要求タイムアウト (秒単位)。 Application Gateway は、RequestTimeout 内で応答が受信されない場合、要求を失敗します。 使用可能な値は 1 秒から 86400 秒です。 int

ApplicationGatewayFrontendIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのフロントエンド IP 構成のプロパティ。 ApplicationGatewayFrontendIPConfigurationPropertiesFormat の

ApplicationGatewayFrontendIPConfigurationPropertiesFormat

名前 形容 価値
privateIPAddress ネットワーク インターフェイス IP 構成の PrivateIPAddress。
privateIPAllocationMethod PrivateIP の割り当て方法。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAddress PublicIP リソースの参照。 SubResource の
サブネット サブネット リソースの参照。 SubResource の

ApplicationGatewayFrontendPort

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのフロントエンド ポートのプロパティ。 ApplicationGatewayFrontendPortPropertiesFormat の

ApplicationGatewayFrontendPortPropertiesFormat

名前 形容 価値
フロントエンド ポート int
provisioningState フロントエンド ポート リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayHttpListener

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの HTTP リスナーのプロパティ。 ApplicationGatewayHttpListenerPropertiesFormat の

ApplicationGatewayHttpListenerPropertiesFormat

名前 形容 価値
frontendIPConfiguration アプリケーション ゲートウェイのフロントエンド IP 構成リソース。 SubResource の
frontendPort アプリケーション ゲートウェイのフロントエンド ポート リソース。 SubResource の
hostName HTTP リスナーのホスト名。
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState HTTP リスナー リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
requireServerNameIndication プロトコルが https の場合にのみ適用されます。 マルチホスティングの SNI を有効にします。 bool
sslCertificate アプリケーション ゲートウェイの SSL 証明書リソース。 SubResource の

ApplicationGatewayIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの IP 構成のプロパティ。 ApplicationGatewayIPConfigurationPropertiesFormat の

ApplicationGatewayIPConfigurationPropertiesFormat

名前 形容 価値
provisioningState アプリケーション ゲートウェイ サブネット リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
サブネット サブネット リソースの参照。 アプリケーション ゲートウェイがプライベート アドレスを取得するサブネット。 SubResource の

ApplicationGatewayPathRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのプローブのプロパティ。 ApplicationGatewayPathRulePropertiesFormat の

ApplicationGatewayPathRulePropertiesFormat

名前 形容 価値
backendAddressPool URL パス マップのバックエンド アドレス プール リソース。 SubResource の
backendHttpSettings URL パス マップのバックエンド http 設定リソース。 SubResource の
パス URL パス マップのパス ルール。 string[]
provisioningState URL パス マップ リソースのパス ルール。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

ApplicationGatewayProbe

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイのプローブのプロパティ。 ApplicationGatewayProbePropertiesFormat の

ApplicationGatewayProbePropertiesFormat

名前 形容 価値
ホスト プローブの送信先となるホスト名。
プローブ間隔 (秒)。 これは、2 つの連続するプローブ間の時間間隔です。 使用可能な値は 1 秒から 86400 秒です。 int
パス プローブの相対パス。 有効なパスは '/' から始まります。 プローブは、<プロトコル>://<ホスト>に送信されます。ポート><パス<>
議定書 議定書。 指定できる値は、"Http" と "Https" です。 'Http'
'Https'
provisioningState バックエンド http 設定リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
タイムアウト プローブタイムアウト (秒単位)。 有効な応答がこのタイムアウト期間で受信されない場合、失敗としてマークされたプローブ。 使用可能な値は 1 秒から 86400 秒です。 int
unhealthyThreshold プローブの再試行回数。 連続するプローブエラー数が UnhealthyThreshold に達すると、バックエンド サーバーはダウン状態にマークされます。 使用できる値は 1 秒から 20 です。 int

ApplicationGatewayPropertiesFormat

名前 形容 価値
backendAddressPools アプリケーション ゲートウェイ リソースのバックエンド アドレス プール。 ApplicationGatewayBackendAddressPool[]
backendHttpSettingsCollection アプリケーション ゲートウェイ リソースのバックエンド http 設定。 ApplicationGatewayBackendHttpSettings[]
frontendIPConfigurations アプリケーション ゲートウェイ リソースのフロントエンド IP アドレス。 ApplicationGatewayFrontendIPConfiguration[]
frontendPorts アプリケーション ゲートウェイ リソースのフロントエンド ポート。 ApplicationGatewayFrontendPort[]
gatewayIPConfigurations アプリケーション ゲートウェイ リソースのサブネットを取得または設定します。 ApplicationGatewayIPConfiguration[]
httpListeners アプリケーション ゲートウェイ リソースの Http リスナー。 ApplicationGatewayHttpListener[]
プローブ アプリケーション ゲートウェイ リソースのプローブ。 ApplicationGatewayProbe[]
provisioningState アプリケーション ゲートウェイ リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
requestRoutingRules アプリケーション ゲートウェイ リソースのルーティング規則を要求します。 ApplicationGatewayRequestRoutingRule[]
resourceGuid アプリケーション ゲートウェイ リソースのリソース GUID プロパティ。
sku アプリケーション ゲートウェイ リソースの SKU。 ApplicationGatewaySku
sslCertificates アプリケーション ゲートウェイ リソースの SSL 証明書。 ApplicationGatewaySslCertificate[]
urlPathMaps アプリケーション ゲートウェイ リソースの URL パス マップ。 ApplicationGatewayUrlPathMap[]

ApplicationGatewayRequestRoutingRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの要求ルーティング規則のプロパティ。 ApplicationGatewayRequestRoutingRulePropertiesFormat の

ApplicationGatewayRequestRoutingRulePropertiesFormat

名前 形容 価値
backendAddressPool アプリケーション ゲートウェイのバックエンド アドレス プール リソース。 SubResource の
backendHttpSettings アプリケーション ゲートウェイのフロントエンド ポート リソース。 SubResource の
httpListener アプリケーション ゲートウェイの Http リスナー リソース。 SubResource の
provisioningState 要求ルーティング規則リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
ruleType ルールの種類。 使用可能な値は、'Basic' と 'PathBasedRouting' です。 'Basic'
'PathBasedRouting'
urlPathMap アプリケーション ゲートウェイの URL パス マップ リソース。 SubResource の

ApplicationGatewaySku

名前 形容 価値
能力 アプリケーション ゲートウェイの容量 (インスタンス数)。 int
名前 アプリケーション ゲートウェイ SKU の名前。 使用可能な値は、'Standard_Small'、'Standard_Medium'、'Standard_Large'、'WAF_Medium'、および 'WAF_Large' です。 'Standard_Large'
'Standard_Medium'
'Standard_Small'
アプリケーション ゲートウェイの層。 'Standard'

ApplicationGatewaySslCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの SSL 証明書のプロパティ。 ApplicationGatewaySslCertificatePropertiesFormat の

ApplicationGatewaySslCertificatePropertiesFormat

名前 形容 価値
データ Base-64 でエンコードされた pfx 証明書。 PUT 要求でのみ適用されます。
パスワード データで指定された pfx ファイルのパスワード。 PUT 要求でのみ適用されます。
provisioningState SSL 証明書リソースのプロビジョニング状態 可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicCertData Base-64 でエンコードされた、データで指定された pfx に対応するパブリック証明書データ。 GET 要求でのみ適用されます。

ApplicationGatewayUrlPathMap

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ アプリケーション ゲートウェイの UrlPathMap のプロパティ。 ApplicationGatewayUrlPathMapPropertiesFormat の

ApplicationGatewayUrlPathMapPropertiesFormat

名前 形容 価値
defaultBackendAddressPool URL パス マップの既定のバックエンド アドレス プール リソース。 SubResource の
defaultBackendHttpSettings URL パス マップの既定のバックエンド http 設定リソース。 SubResource の
pathRules URL パス マップ リソースのパス ルール。 ApplicationGatewayPathRule[]
provisioningState バックエンド http 設定リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

BackendAddressPool

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソースの名前を取得します。 この名前は、リソースへのアクセスに使用できます。
プロパティ バックエンド アドレス プールのプロパティ。 BackendAddressPoolPropertiesFormat の

BackendAddressPoolPropertiesFormat

名前 形容 価値
backendIPConfigurations ネットワーク インターフェイスで定義されている IP アドレスへの参照のコレクションを取得します。 NetworkInterfaceIPConfiguration[]
outboundNatRule このバックエンド アドレス プールを使用する送信規則を取得します。 SubResource の
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

InboundNatRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意のリソースの名前を取得します。 この名前は、リソースへのアクセスに使用できます。
プロパティ 受信 NAT 規則のプロパティ。 InboundNatRulePropertiesFormat を する

InboundNatRulePropertiesFormat

名前 形容 価値
backendIPConfiguration VM のネットワーク インターフェイスで定義されているプライベート IP アドレスへの参照。 各フロントエンド IP 構成のフロントエンド ポートに送信されたトラフィックは、バックアップされた IP に転送されます。 NetworkInterfaceIPConfiguration
backendPort 内部エンドポイントに使用されるポート。 使用できる値の範囲は 1 ~ 65535 です。 int
enableFloatingIP SQL AlwaysOn 可用性グループを構成するために必要なフローティング IP 機能用に仮想マシンのエンドポイントを構成します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。 bool
frontendIPConfiguration フロントエンド IP アドレスへの参照。 SubResource の
frontendPort 外部エンドポイントのポート。 各規則のポート番号は、ロード バランサー内で一意である必要があります。 使用可能な値の範囲は 1 ~ 65534 です。 int
idleTimeoutInMinutes TCP アイドル接続のタイムアウト。 値は 4 ~ 30 分の間で設定できます。 既定値は 4 分です。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 int
議定書 エンドポイントのトランスポート プロトコル。 指定できる値は、'Udp' または 'Tcp' です。 'Tcp'
'Udp'
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

IPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ IP 構成のプロパティ。 IPConfigurationPropertiesFormat

IPConfigurationPropertiesFormat

名前 形容 価値
privateIPAddress IP 構成のプライベート IP アドレス。
privateIPAllocationMethod プライベート IP 割り当て方法。 指定できる値は 'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState パブリック IP リソースのプロビジョニング状態を取得します。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAddress パブリック IP リソースの参照。 PublicIPAddress
サブネット サブネット リソースの参照。 サブネット

Microsoft.Network/applicationGateways

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
場所 リソースの場所。
名前 リソース名 string (必須)
プロパティ アプリケーション ゲートウェイのプロパティ。 ApplicationGatewayPropertiesFormat の
タグ リソース タグ タグ名と値のディクショナリ。
種類 リソースの種類 "Microsoft.Network/applicationGateways@2015-06-15"

NetworkInterface

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ NetworkInterface プロパティ。 NetworkInterfacePropertiesFormat
タグ リソース タグ。 ResourceTags

NetworkInterfaceDnsSettings

名前 形容 価値
appliedDnsServers この NIC を使用する VM が可用性セットの一部である場合、この一覧には、可用性セットの一部であるすべての NIC のすべての DNS サーバーの和集合が含まれます。 このプロパティは、これらの各 VM で構成されます。 string[]
dnsServers DNS サーバーの IP アドレスの一覧。 Azure 提供の DNS 解決に切り替えるには、"AzureProvidedDNS" を使用します。 'AzureProvidedDNS' の値を他の IP と組み合わせることはできません。dnsServers コレクション内の唯一の値である必要があります。 string[]
internalDnsNameLabel 同じ仮想ネットワーク内の VM 間の内部通信に使用される、この NIC の相対 DNS 名。
internalFqdn 同じ仮想ネットワーク内の VM 間の内部通信をサポートする完全修飾 DNS 名。

NetworkInterfaceIPConfiguration

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ IP 構成のプロパティ。 NetworkInterfaceIPConfigurationPropertiesFormat

NetworkInterfaceIPConfigurationPropertiesFormat

名前 形容 価値
loadBalancerBackendAddressPools LoadBalancerBackendAddressPool リソースの参照。 BackendAddressPool[]
loadBalancerInboundNatRules LoadBalancerInboundNatRules の参照の一覧。 InboundNatRule[]
原発 これがネットワーク インターフェイスのプライマリ カスタマー アドレスであるかどうかを取得します。 bool
privateIPAddress
privateIPAllocationMethod プライベート IP アドレスの割り当て方法を定義します。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
provisioningState
publicIPAddress パブリック IP アドレス リソース。 PublicIPAddress
サブネット 仮想ネットワーク リソース内のサブネット。 サブネット

NetworkInterfacePropertiesFormat

名前 形容 価値
dnsSettings ネットワーク インターフェイスの DNS 設定。 NetworkInterfaceDnsSettings
enableIPForwarding このネットワーク インターフェイスで IP 転送が有効になっているかどうかを示します。 bool
ipConfigurations ネットワーク インターフェイスの IPConfigurations の一覧。 NetworkInterfaceIPConfiguration[]
macAddress ネットワーク インターフェイスの MAC アドレス。
networkSecurityGroup NetworkSecurityGroup リソースの参照。 NetworkSecurityGroup
原発 これが仮想マシン上のプライマリ ネットワーク インターフェイスであるかどうかを取得します。 bool
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
resourceGuid ネットワーク インターフェイス リソースのリソース GUID プロパティ。
virtualMachine 仮想マシンの参照。 SubResource の

NetworkSecurityGroup

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ ネットワーク セキュリティ グループ リソース。 NetworkSecurityGroupPropertiesFormat
タグ リソース タグ。 ResourceTags

NetworkSecurityGroupPropertiesFormat

名前 形容 価値
defaultSecurityRules ネットワーク セキュリティ グループの既定のセキュリティ規則。 SecurityRule[]
networkInterfaces ネットワーク インターフェイスへの参照のコレクション。 NetworkInterface[]
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
resourceGuid ネットワーク セキュリティ グループ リソースのリソース GUID プロパティ。
securityRules ネットワーク セキュリティ グループのセキュリティ規則のコレクション。 SecurityRule[]
サブネット サブネットへの参照のコレクション。 サブネット[]

PublicIPAddress

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ パブリック IP アドレスのプロパティ。 PublicIPAddressPropertiesFormat
タグ リソース タグ。 ResourceTags

PublicIPAddressDnsSettings

名前 形容 価値
domainNameLabel ドメイン名ラベルを取得または設定します。ドメイン名ラベルと地域化 DNS ゾーンを連結すると、パブリック IP アドレスに関連付けられている完全修飾ドメイン名が構成されます。 ドメイン名ラベルを指定すると、Microsoft Azure DNS システムのパブリック IP に対して DNS レコードが作成されます。
fqdn パブリック IP に関連付けられている A DNS レコードの FQDN 完全修飾ドメイン名を取得します。 これは、domainNameLabel と地域化された DNS ゾーンの連結です。
reverseFqdn 逆引き FQDN を取得または設定します。 このパブリック IP アドレスに解決される、ユーザーに表示される完全修飾ドメイン名。 reverseFqdn が指定されている場合は、in-addr.arpa ドメイン内の IP アドレスから逆 FQDN を指す PTR DNS レコードが作成されます。

PublicIPAddressPropertiesFormat

名前 形容 価値
dnsSettings パブリック IP アドレスに関連付けられている DNS レコードの FQDN。 PublicIPAddressDnsSettings
idleTimeoutInMinutes パブリック IP アドレスのアイドル タイムアウト。 int
ipAddress
ipConfiguration IPConfiguration IPConfiguration
provisioningState PublicIP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
publicIPAllocationMethod パブリック IP 割り当て方法。 使用可能な値は、'Static' と 'Dynamic' です。 'Dynamic'
'Static'
resourceGuid パブリック IP リソースのリソース GUID プロパティ。

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ResourceTags

名前 形容 価値

ルート

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソースのルーティング RoutePropertiesFormat の

RoutePropertiesFormat

名前 形容 価値
addressPrefix ルートが適用される宛先 CIDR。
nextHopIpAddress IP アドレス パケットを転送する必要があります。 次ホップの値は、次ホップの種類が VirtualAppliance であるルートでのみ使用できます。
nextHopType パケットの送信先となる Azure ホップの種類。 使用可能な値は、'VirtualNetworkGateway'、'VnetLocal'、'Internet'、'VirtualAppliance'、および 'None' です。 'Internet'
'None'
'VirtualAppliance'
'VirtualNetworkGateway'
'VnetLocal' (必須)
provisioningState リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。

RouteTable

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。
身分証明書 リソース識別子。
場所 リソースの場所。
プロパティ ルート テーブル リソース RouteTablePropertiesFormat の
タグ リソース タグ。 ResourceTags

RouteTablePropertiesFormat

名前 形容 価値
provisioningState リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
ルート ルート テーブル内に含まれるルートのコレクション。 ルート[]
サブネット サブネットへの参照のコレクション。 サブネット[]

SecurityRule

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ SecurityRulePropertiesFormat の

SecurityRulePropertiesFormat

名前 形容 価値
アクセス ネットワーク トラフィックは許可または拒否されます。 使用可能な値は、'Allow' と 'Deny' です。 'Allow'
'Deny' (必須)
形容 このルールの説明。 140 文字に制限されます。
destinationAddressPrefix 宛先アドレス プレフィックス。 CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 string (必須)
destinationPortRange 宛先ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
方向 ルールの方向。 方向は、受信トラフィックまたは送信トラフィックでルールを評価するかどうかを指定します。 指定できる値は、'Inbound' と 'Outbound' です。 'Inbound'
'Outbound' (必須)
優先権 ルールの優先順位。 値は 100 から 4096 の間で指定できます。 優先順位番号は、コレクション内の各ルールで一意である必要があります。 優先度の数値が小さいと、ルールの優先度が高くなります。 int
議定書 この規則が適用されるネットワーク プロトコル。 指定できる値は、'Tcp'、'Udp'、および '*' です。 '*'
'Tcp'
'Udp' (必須)
provisioningState パブリック IP リソースのプロビジョニング状態。 使用可能な値は、'Updating'、'Deleting'、および 'Failed' です。
sourceAddressPrefix CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 これがイングレス ルールの場合は、ネットワーク トラフィックの発信元を指定します。 string (必須)
sourcePortRange ソース ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。

サブネット

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース識別子。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ SubnetPropertiesFormat

SubnetPropertiesFormat

名前 形容 価値
addressPrefix サブネットのアドレス プレフィックス。
ipConfigurations サブネットを使用して、ネットワーク インターフェイスの IP 構成への参照の配列を取得します。 IPConfiguration[]
networkSecurityGroup NetworkSecurityGroup リソースの参照。 NetworkSecurityGroup
provisioningState リソースのプロビジョニング状態。
routeTable RouteTable リソースの参照。 RouteTable

SubResource

名前 形容 価値
身分証明書 リソース識別子。