NetworkStatusOperationsExtensions.ListByServiceAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’état de connectivité aux ressources externes dont dépend le service Gestion des API de l’intérieur du service cloud. Cela retourne également les serveurs DNS comme visibles par le 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))
Paramètres
- operations
- INetworkStatusOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET