次の方法で共有


IWorkflowEnvelope Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowEnvelopeTypeConverter))]
public interface IWorkflowEnvelope : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowEnvelopeTypeConverter))>]
type IWorkflowEnvelope = interface
    interface IJsonSerializable
Public Interface IWorkflowEnvelope
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.

Id

The resource id.

InnerError

Inner errors.

Kind

The resource kind.

Location

The resource location.

Message

Any details of the error.

MessageTemplate

Message template.

Name

Gets the resource name.

Parameter

Parameters for the template.

Target

The error target.

Type

Gets the resource type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to