LogicWorkflowOutputParameterInfo 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 output parameter.
public class LogicWorkflowOutputParameterInfo : Azure.ResourceManager.Logic.Models.LogicWorkflowParameterInfo
public class LogicWorkflowOutputParameterInfo : Azure.ResourceManager.Logic.Models.LogicWorkflowParameterInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.LogicWorkflowOutputParameterInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.LogicWorkflowOutputParameterInfo>
type LogicWorkflowOutputParameterInfo = class
inherit LogicWorkflowParameterInfo
type LogicWorkflowOutputParameterInfo = class
inherit LogicWorkflowParameterInfo
interface IJsonModel<LogicWorkflowOutputParameterInfo>
interface IPersistableModel<LogicWorkflowOutputParameterInfo>
Public Class LogicWorkflowOutputParameterInfo
Inherits LogicWorkflowParameterInfo
Public Class LogicWorkflowOutputParameterInfo
Inherits LogicWorkflowParameterInfo
Implements IJsonModel(Of LogicWorkflowOutputParameterInfo), IPersistableModel(Of LogicWorkflowOutputParameterInfo)
- Inheritance
- Implements
Constructors
LogicWorkflowOutputParameterInfo() |
Initializes a new instance of LogicWorkflowOutputParameterInfo. |
Properties
Description |
The description. (Inherited from LogicWorkflowParameterInfo) |
Error |
Gets the error. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Metadata |
The metadata. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ParameterType |
The type. (Inherited from LogicWorkflowParameterInfo) |
Value |
The value. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from LogicWorkflowParameterInfo) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET