WorkflowTriggerHistoryProperties 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 workflow trigger history properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerHistoryPropertiesTypeConverter))]
public class WorkflowTriggerHistoryProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerHistoryProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerHistoryPropertiesTypeConverter))>]
type WorkflowTriggerHistoryProperties = class
interface IWorkflowTriggerHistoryProperties
interface IJsonSerializable
Public Class WorkflowTriggerHistoryProperties
Implements IWorkflowTriggerHistoryProperties
- Inheritance
-
WorkflowTriggerHistoryProperties
- Attributes
- Implements
Constructors
WorkflowTriggerHistoryProperties() |
Creates an new WorkflowTriggerHistoryProperties instance. |
Properties
Code |
Gets the code. |
CorrelationClientTrackingId |
The client tracking id. |
EndTime |
Gets the end time. |
Error |
Gets the error. |
Fired |
The value indicating whether trigger was fired. |
InputLinkContentSize |
The content size. |
InputLinkContentVersion |
The content version. |
InputLinkMetadata |
The metadata. |
InputLinkUri |
The content link URI. |
InputsLinkContentHashAlgorithm |
The algorithm of the content hash. |
InputsLinkContentHashValue |
The value of the content hash. |
OutputLinkContentSize |
The content size. |
OutputLinkContentVersion |
The content version. |
OutputLinkMetadata |
The metadata. |
OutputLinkUri |
The content link URI. |
OutputsLinkContentHashAlgorithm |
The algorithm of the content hash. |
OutputsLinkContentHashValue |
The value of the content hash. |
RunId |
The resource id. |
RunName |
Gets the resource name. |
RunType |
Gets the resource type. |
ScheduledTime |
The scheduled time. |
StartTime |
Gets the start time. |
Status |
Gets the status. |
TrackingId |
Gets the tracking id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowTriggerHistoryProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowTriggerHistoryProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerHistoryProperties. |
FromJsonString(String) |
Creates a new instance of WorkflowTriggerHistoryProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowTriggerHistoryProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |