LogicWorkflowRunCorrelation Class

Definition

The correlation properties.

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

Constructors

LogicWorkflowRunCorrelation()

Initializes a new instance of LogicWorkflowRunCorrelation.

Properties

ClientKeywords

The client keywords.

ClientTrackingId

The client tracking identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicWorkflowRunCorrelation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicWorkflowRunCorrelation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicWorkflowRunCorrelation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowRunCorrelation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicWorkflowRunCorrelation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to