Partager via


ServicesOperationsExtensions.ListBySubscriptionAsync Méthode

Définition

Gère les demandes de liste de toutes les ressources d’un abonnement.

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

Paramètres

operations
IServicesOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à