Share via


LogicWorkflowTriggerReference Class

Definition

The workflow trigger reference.

public class LogicWorkflowTriggerReference : Azure.ResourceManager.Logic.Models.LogicResourceReference
public class LogicWorkflowTriggerReference : Azure.ResourceManager.Logic.Models.LogicResourceReference, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerReference>
type LogicWorkflowTriggerReference = class
    inherit LogicResourceReference
type LogicWorkflowTriggerReference = class
    inherit LogicResourceReference
    interface IJsonModel<LogicWorkflowTriggerReference>
    interface IPersistableModel<LogicWorkflowTriggerReference>
Public Class LogicWorkflowTriggerReference
Inherits LogicResourceReference
Public Class LogicWorkflowTriggerReference
Inherits LogicResourceReference
Implements IJsonModel(Of LogicWorkflowTriggerReference), IPersistableModel(Of LogicWorkflowTriggerReference)
Inheritance
LogicWorkflowTriggerReference
Implements

Constructors

LogicWorkflowTriggerReference()

Initializes a new instance of LogicWorkflowTriggerReference.

Properties

FlowName

The workflow name.

Id

The resource id.

(Inherited from LogicResourceReference)
Name

Gets the resource name.

(Inherited from LogicResourceReference)
ResourceType

Gets the resource type.

(Inherited from LogicResourceReference)
TriggerName

The workflow trigger name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from LogicResourceReference)

Explicit Interface Implementations

IJsonModel<LogicResourceReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from LogicResourceReference)
IJsonModel<LogicResourceReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from LogicResourceReference)
IJsonModel<LogicWorkflowTriggerReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LogicWorkflowTriggerReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicResourceReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from LogicResourceReference)
IPersistableModel<LogicResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from LogicResourceReference)
IPersistableModel<LogicResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from LogicResourceReference)
IPersistableModel<LogicWorkflowTriggerReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowTriggerReference>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LogicWorkflowTriggerReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to