你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

App Service Environments - Get Inbound Network Dependencies Endpoints

获取应用服务环境的所有入站依赖项的网络终结点的说明。

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

应用服务环境的名称。

resourceGroupName
path True

string

资源所属的资源组的名称。

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

subscriptionId
path True

string

Azure 订阅 ID。 这是一个 GUID 格式的字符串, (例如 00000000-0000-0000-0000-0000000000000) 。

api-version
query True

string

API 版本

响应

名称 类型 说明
200 OK

InboundEnvironmentEndpointCollection

确定

Other Status Codes

DefaultErrorResponse

App 服务错误响应。

安全性

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 服务错误响应。

Details
Error

错误模型。

InboundEnvironmentEndpoint

需要对应用服务环境子网进行入站网络访问的 IP 地址和端口。

InboundEnvironmentEndpointCollection

入站环境终结点的集合

DefaultErrorResponse

App 服务错误响应。

名称 类型 说明
error

Error

错误模型。

Details

名称 类型 说明
code

string

标准化字符串,用于以编程方式标识错误。

message

string

详细的错误说明和调试信息。

target

string

详细的错误说明和调试信息。

Error

错误模型。

名称 类型 说明
code

string

标准化字符串,用于以编程方式标识错误。

details

Details[]

详细错误。

innererror

string

调试错误的详细信息。

message

string

详细的错误说明和调试信息。

target

string

详细的错误说明和调试信息。

InboundEnvironmentEndpoint

需要对应用服务环境子网进行入站网络访问的 IP 地址和端口。

名称 类型 说明
description

string

描述网络流量用途的简短文本。

endpoints

string[]

网络流量将源自的 IP 地址(以 cidr 表示法表示)。

ports

string[]

网络流量将到达应用服务环境的端口。

InboundEnvironmentEndpointCollection

入站环境终结点的集合

名称 类型 说明
nextLink

string

链接到下一页资源。

value

InboundEnvironmentEndpoint[]

资源集合。