WorkflowEnvelopeProperties 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.
Additional workflow properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowEnvelopePropertiesTypeConverter))]
public class WorkflowEnvelopeProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowEnvelopeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowEnvelopePropertiesTypeConverter))>]
type WorkflowEnvelopeProperties = class
interface IWorkflowEnvelopeProperties
interface IJsonSerializable
Public Class WorkflowEnvelopeProperties
Implements IWorkflowEnvelopeProperties
- Inheritance
-
WorkflowEnvelopeProperties
- Attributes
- Implements
Constructors
WorkflowEnvelopeProperties() |
Creates an new WorkflowEnvelopeProperties instance. |
Properties
Code |
Basic error code. |
Detail |
Error Details. |
ExtendedCode |
Type of error. |
File |
Gets or sets the files. |
FlowState |
Gets or sets the state of the workflow. |
HealthState |
Gets or sets the workflow health state. |
InnerError |
Inner errors. |
Message |
Any details of the error. |
MessageTemplate |
Message template. |
Parameter |
Parameters for the template. |
Target |
The error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowEnvelopeProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowEnvelopeProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowEnvelopeProperties. |
FromJsonString(String) |
Creates a new instance of WorkflowEnvelopeProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowEnvelopeProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |