次の方法で共有


WorkflowTriggerHistory Class

Definition

The workflow trigger history.

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

Constructors

WorkflowTriggerHistory()

Creates an new WorkflowTriggerHistory 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.

Id

The resource id.

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.

Name

Gets the workflow trigger history name.

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.

Type

Gets the workflow trigger history type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowTriggerHistory.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowTriggerHistory.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowTriggerHistory into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to