Condividi tramite


WorkflowRunTrigger Class

Definition

The workflow run trigger.

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

Constructors

WorkflowRunTrigger()

Creates an new WorkflowRunTrigger instance.

Properties

Code

Gets the code.

CorrelationClientTrackingId

The client tracking id.

EndTime

Gets the end time.

Error

Gets the error.

Input

Gets the inputs.

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 name.

Output

Gets the outputs.

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.

ScheduledTime

Gets the scheduled time.

StartTime

Gets the start time.

Status

Gets the status.

TrackedProperty

Gets the tracked properties.

TrackingId

Gets the tracking id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRunTrigger.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRunTrigger.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRunTrigger into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to