次の方法で共有


RunCorrelation Class

Definition

The correlation properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RunCorrelationTypeConverter))]
public class RunCorrelation : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRunCorrelation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RunCorrelationTypeConverter))>]
type RunCorrelation = class
    interface IRunCorrelation
    interface IJsonSerializable
Public Class RunCorrelation
Implements IRunCorrelation
Inheritance
RunCorrelation
Attributes
Implements

Constructors

RunCorrelation()

Creates an new RunCorrelation instance.

Properties

ClientKeyword

The client keywords.

ClientTrackingId

The client tracking identifier.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RunCorrelation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RunCorrelation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRunCorrelation.

FromJsonString(String)

Creates a new instance of RunCorrelation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RunCorrelation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to