RunCorrelation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |