WebAppRunCorrelation Class

Definition

The correlation properties.

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

Constructors

WebAppRunCorrelation()

Initializes a new instance of WebAppRunCorrelation.

Properties

ClientKeywords

The client keywords.

ClientTrackingId

The client tracking identifier.

Explicit Interface Implementations

IJsonModel<WebAppRunCorrelation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppRunCorrelation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppRunCorrelation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppRunCorrelation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppRunCorrelation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to