Compartilhar via


TriggersOperationsExtensions.ListByDataBoxEdgeDevice Método

Definição

Lista todos os gatilhos configurados no dispositivo.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.Trigger> ListByDataBoxEdgeDevice (this Microsoft.Azure.Management.EdgeGateway.ITriggersOperations operations, string deviceName, string resourceGroupName, string expand = default);
static member ListByDataBoxEdgeDevice : Microsoft.Azure.Management.EdgeGateway.ITriggersOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.Trigger>
<Extension()>
Public Function ListByDataBoxEdgeDevice (operations As ITriggersOperations, deviceName As String, resourceGroupName As String, Optional expand As String = Nothing) As IPage(Of Trigger)

Parâmetros

operations
ITriggersOperations

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

deviceName
String

O nome do dispositivo.

resourceGroupName
String

O nome do grupo de recursos.

expand
String

Especifique $filter='CustomContextTag eq <tag>' para filtrar a propriedade de marca de contexto personalizada

Retornos

Aplica-se a