Partager via


AppsOperationsExtensions.ListBySubscriptionAsync Méthode

Définition

Obtenez toutes les applications IoT Central dans un abonnement.

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

Paramètres

operations
IAppsOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à