Compartilhar via


TriggersOperationsExtensions.Get Método

Definição

Obtenha um gatilho específico por nome.

public static Microsoft.Azure.Management.EdgeGateway.Models.Trigger Get (this Microsoft.Azure.Management.EdgeGateway.ITriggersOperations operations, string deviceName, string name, string resourceGroupName);
static member Get : Microsoft.Azure.Management.EdgeGateway.ITriggersOperations * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.Trigger
<Extension()>
Public Function Get (operations As ITriggersOperations, deviceName As String, name As String, resourceGroupName As String) As Trigger

Parâmetros

operations
ITriggersOperations

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

deviceName
String

O nome do dispositivo.

name
String

O nome do gatilho.

resourceGroupName
String

O nome do grupo de recursos.

Retornos

Aplica-se a