Compartilhar via


RunActionCorrelation Class

Definition

The workflow run action correlation properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RunActionCorrelationTypeConverter))]
public class RunActionCorrelation : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRunActionCorrelation, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RunActionCorrelationTypeConverter))>]
type RunActionCorrelation = class
    interface IRunActionCorrelation
    interface IJsonSerializable
    interface IRunCorrelation
    interface IValidates
Public Class RunActionCorrelation
Implements IRunActionCorrelation, IValidates
Inheritance
RunActionCorrelation
Attributes
Implements

Constructors

RunActionCorrelation()

Creates an new RunActionCorrelation instance.

Properties

ActionTrackingId

The action tracking identifier.

ClientKeyword

The client keywords.

ClientTrackingId

The client tracking identifier.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RunActionCorrelation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RunActionCorrelation.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RunActionCorrelation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to