WorkflowRunActionProperties 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 run action properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunActionPropertiesTypeConverter))]
public class WorkflowRunActionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunActionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunActionPropertiesTypeConverter))>]
type WorkflowRunActionProperties = class
interface IWorkflowRunActionProperties
interface IJsonSerializable
Public Class WorkflowRunActionProperties
Implements IWorkflowRunActionProperties
- Inheritance
-
WorkflowRunActionProperties
- Attributes
- Implements
Constructors
WorkflowRunActionProperties() |
Creates an new WorkflowRunActionProperties 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. |
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. |
RetryHistory |
Gets the retry histories. |
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 WorkflowRunActionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowRunActionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunActionProperties. |
FromJsonString(String) |
Creates a new instance of WorkflowRunActionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowRunActionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |