Bagikan melalui


LogicWorkflowRunActionCorrelation Class

Definition

The workflow run action correlation properties.

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

Constructors

LogicWorkflowRunActionCorrelation()

Initializes a new instance of LogicWorkflowRunActionCorrelation.

Properties

ActionTrackingId

The action tracking identifier.

ClientKeywords

The client keywords.

(Inherited from LogicWorkflowRunCorrelation)
ClientTrackingId

The client tracking identifier.

(Inherited from LogicWorkflowRunCorrelation)

Methods

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

Explicit Interface Implementations

IJsonModel<LogicWorkflowRunActionCorrelation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicWorkflowRunActionCorrelation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<LogicWorkflowRunCorrelation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from LogicWorkflowRunCorrelation)
IPersistableModel<LogicWorkflowRunActionCorrelation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowRunActionCorrelation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicWorkflowRunActionCorrelation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<LogicWorkflowRunCorrelation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from LogicWorkflowRunCorrelation)

Applies to