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

NetworkStatus interface

表示 NetworkStatus 的接口。

方法

listByLocation(string, string, string, NetworkStatusListByLocationOptionalParams)

获取 Api 管理服务从云服务内部依赖的外部资源的连接状态。 这还会将 DNS 服务器作为对 CloudService 可见。

listByService(string, string, NetworkStatusListByServiceOptionalParams)

获取 Api 管理服务从云服务内部依赖的外部资源的连接状态。 这还会将 DNS 服务器作为对 CloudService 可见。

方法详细信息

listByLocation(string, string, string, NetworkStatusListByLocationOptionalParams)

获取 Api 管理服务从云服务内部依赖的外部资源的连接状态。 这还会将 DNS 服务器作为对 CloudService 可见。

function listByLocation(resourceGroupName: string, serviceName: string, locationName: string, options?: NetworkStatusListByLocationOptionalParams): Promise<NetworkStatusContract>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

serviceName

string

API 管理服务的名称。

locationName

string

在其中部署 API 管理服务的位置。 这是美国西部、美国东部、美国中南部等 Azure 区域之一。

返回

listByService(string, string, NetworkStatusListByServiceOptionalParams)

获取 Api 管理服务从云服务内部依赖的外部资源的连接状态。 这还会将 DNS 服务器作为对 CloudService 可见。

function listByService(resourceGroupName: string, serviceName: string, options?: NetworkStatusListByServiceOptionalParams): Promise<NetworkStatusListByServiceResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

serviceName

string

API 管理服务的名称。

返回