NetworkStatusOperationsExtensions.ListByServiceAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET