Partager via


IotHubResourceOperationsExtensions.ListBySubscriptionNext Méthode

Définition

Obtenir tous les hubs IoT dans un abonnement

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.IotHubDescription> ListBySubscriptionNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.IotHubDescription>
<Extension()>
Public Function ListBySubscriptionNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of IotHubDescription)

Paramètres

operations
IIotHubResourceOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

Remarques

Obtenez tous les hubs IoT dans un abonnement.

S’applique à