次の方法で共有


WorkflowRunAction Class

Definition

The workflow run action.

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

Constructors

WorkflowRunAction()

Creates an new WorkflowRunAction instance.

Properties

Code

Gets the code.

CorrelationActionTrackingId

The action tracking identifier.

CorrelationClientKeyword

The client keywords.

CorrelationClientTrackingId

The client tracking identifier.

EndTime

Gets the end time.

Error

Gets the error.

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 run action 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.

RetryHistory

Gets the retry histories.

StartTime

Gets the start time.

Status

Gets the status.

TrackedProperty

Gets the tracked properties.

TrackingId

Gets the tracking id.

Type

Gets the workflow run action type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRunAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRunAction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRunAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to