Partager via


NetworkStatusOperationsExtensions.ListByService Méthode

Définition

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.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)

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.

Retours

S’applique à