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

NetworkStatusOperationsExtensions.ListByService 方法

定义

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

public static System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation> ListByService (this Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations operations, string resourceGroupName, string serviceName);
static member ListByService : Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation>
<Extension()>
Public Function ListByService (operations As INetworkStatusOperations, resourceGroupName As String, serviceName As String) As IList(Of NetworkStatusContractByLocation)

参数

operations
INetworkStatusOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

serviceName
String

API 管理服务的名称。

返回

适用于