Compartilhar via


IotHubResourceOperationsExtensions.ListBySubscriptionNextAsync Método

Definição

Obter todos os hubs IoT em uma assinatura

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

Parâmetros

operations
IIotHubResourceOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtenha todos os hubs IoT em uma assinatura.

Aplica-se a