次の方法で共有


App Service Environments - Get Inbound Network Dependencies Endpoints

「App Service Environmentのすべての受信依存関係のネットワーク エンドポイントを取得する」の説明。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/inboundNetworkDependenciesEndpoints?api-version=2023-12-01

URI パラメーター

名前 / 必須 説明
name
path True

string

App Service Environmentの名前。

resourceGroupName
path True

string

リソースが属しているリソース グループの名前。

Regex pattern: ^[-\w\._\(\)]+[^\.]$

subscriptionId
path True

string

Azure のサブスクリプション ID。 これは GUID 形式の文字列です (例: 000000000-0000-0000-0000-00000000000000)。

api-version
query True

string

API バージョン

応答

名前 説明
200 OK

InboundEnvironmentEndpointCollection

OK

Other Status Codes

DefaultErrorResponse

エラー応答をApp Serviceします。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

Get the network endpoints of all inbound dependencies of an App Service Environment.

Sample Request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/Sample-WestUSResourceGroup/providers/Microsoft.Web/hostingEnvironments/SampleAse/inboundNetworkDependenciesEndpoints?api-version=2023-12-01

Sample Response

{
  "value": [
    {
      "description": "App Service management",
      "endpoints": [
        "70.37.57.58/32",
        "157.55.208.185/32",
        "23.102.188.65/32",
        "191.236.154.88/32",
        "52.174.22.21/32",
        "13.94.149.179/32",
        "13.94.143.126/32",
        "13.94.141.115/32",
        "52.178.195.197/32",
        "52.178.190.65/32",
        "52.178.184.149/32",
        "52.178.177.147/32",
        "13.75.127.117/32",
        "40.83.125.161/32",
        "40.83.121.56/32",
        "40.83.120.64/32",
        "52.187.56.50/32",
        "52.187.63.37/32",
        "52.187.59.251/32",
        "52.187.63.19/32",
        "52.165.158.140/32",
        "52.165.152.214/32",
        "52.165.154.193/32",
        "52.165.153.122/32",
        "104.44.129.255/32",
        "104.44.134.255/32",
        "104.44.129.243/32",
        "104.44.129.141/32",
        "65.52.193.203/32",
        "70.37.89.222/32",
        "13.64.115.203/32",
        "52.225.177.153/32",
        "65.52.172.237/32"
      ],
      "ports": [
        "454",
        "455"
      ]
    },
    {
      "description": "App Service Environment VIP",
      "endpoints": [
        "52.247.209.18/32"
      ],
      "ports": [
        "454",
        "455",
        "16001"
      ]
    },
    {
      "description": "App Service Environment subnet",
      "endpoints": [
        "192.168.250.0/24"
      ],
      "ports": [
        "All"
      ]
    }
  ],
  "nextLink": null
}

定義

名前 説明
DefaultErrorResponse

エラー応答をApp Serviceします。

Details
Error

エラー モデル。

InboundEnvironmentEndpoint

App Service Environmentのサブネットとの間の受信ネットワーク アクセスを必要とする IP アドレスとポート。

InboundEnvironmentEndpointCollection

受信環境エンドポイントのコレクション

DefaultErrorResponse

エラー応答をApp Serviceします。

名前 説明
error

Error

エラー モデル。

Details

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

message

string

エラーの詳細な説明とデバッグ情報。

target

string

エラーの詳細な説明とデバッグ情報。

Error

エラー モデル。

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

details

Details[]

詳細なエラー。

innererror

string

デバッグ エラーの詳細。

message

string

エラーの詳細な説明とデバッグ情報。

target

string

エラーの詳細な説明とデバッグ情報。

InboundEnvironmentEndpoint

App Service Environmentのサブネットとの間の受信ネットワーク アクセスを必要とする IP アドレスとポート。

名前 説明
description

string

ネットワーク トラフィックの目的を説明する短いテキスト。

endpoints

string[]

ネットワーク トラフィックの発信元となる IP アドレスを cidr 表記で指定します。

ports

string[]

ネットワーク トラフィックがApp Service Environmentに到着するポート。

InboundEnvironmentEndpointCollection

受信環境エンドポイントのコレクション

名前 説明
nextLink

string

リソースの次のページへのリンク。

value

InboundEnvironmentEndpoint[]

リソースのコレクション。