Compartilhar via


TriggersOperationsExtensions.ListByDataBoxEdgeDeviceNextAsync Método

Definição

Lista todos os gatilhos configurados no dispositivo.

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

Parâmetros

operations
ITriggersOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a