Partager via


ApiManagementServiceOperationsExtensions.ListAsync Méthode

Définition

Répertorie tous les services Gestion des API au sein d’un abonnement Azure.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource>> ListAsync (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource>>
<Extension()>
Public Function ListAsync (operations As IApiManagementServiceOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApiManagementServiceResource))

Paramètres

operations
IApiManagementServiceOperations

Groupe d’opérations pour cette méthode d’extension.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à