IWorkflowEnvelopeProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowEnvelopePropertiesTypeConverter))]
public interface IWorkflowEnvelopeProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowEnvelopePropertiesTypeConverter))>]
type IWorkflowEnvelopeProperties = interface
interface IJsonSerializable
Public Interface IWorkflowEnvelopeProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |