WebAppRunActionCorrelation Class

Definition

The workflow run action correlation properties.

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

Constructors

WebAppRunActionCorrelation()

Initializes a new instance of WebAppRunActionCorrelation.

Properties

ActionTrackingId

The action tracking identifier.

ClientKeywords

The client keywords.

(Inherited from WebAppRunCorrelation)
ClientTrackingId

The client tracking identifier.

(Inherited from WebAppRunCorrelation)

Explicit Interface Implementations

IJsonModel<WebAppRunActionCorrelation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppRunActionCorrelation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<WebAppRunCorrelation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from WebAppRunCorrelation)
IPersistableModel<WebAppRunActionCorrelation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppRunActionCorrelation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppRunActionCorrelation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<WebAppRunCorrelation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from WebAppRunCorrelation)

Applies to