Compartir a través de


NetworkStatusOperationsExtensions.ListByServiceAsync Método

Definición

Obtiene el estado de conectividad a los recursos externos en los que depende el servicio Api Management desde dentro del servicio en la nube. Esto también devuelve los servidores DNS como visibles para CloudService.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation>>
<Extension()>
Public Function ListByServiceAsync (operations As INetworkStatusOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of NetworkStatusContractByLocation))

Parámetros

operations
INetworkStatusOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a