Partager via


IotHubResourceOperationsExtensions.ListBySubscriptionAsync Méthode

Définition

Obtenir tous les hubs IoT dans un abonnement

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

Paramètres

operations
IIotHubResourceOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenez tous les hubs IoT dans un abonnement.

S’applique à