WorkflowOutputParameter 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 WorkflowOutputParameter : Microsoft.Azure.Management.Logic.Models.WorkflowParameter
type WorkflowOutputParameter = class
inherit WorkflowParameter
Public Class WorkflowOutputParameter
Inherits WorkflowParameter
- Inheritance
Constructors
WorkflowOutputParameter() |
Initializes a new instance of the WorkflowOutputParameter class. |
WorkflowOutputParameter(String, Object, Object, String, Object) |
Initializes a new instance of the WorkflowOutputParameter class. |
Properties
Description |
Gets or sets the description. (Inherited from WorkflowParameter) |
Error |
Gets the error. |
Metadata |
Gets or sets the metadata. (Inherited from WorkflowParameter) |
Type |
Gets or sets the type. Possible values include: 'NotSpecified', 'String', 'SecureString', 'Int', 'Float', 'Bool', 'Array', 'Object', 'SecureObject' (Inherited from WorkflowParameter) |
Value |
Gets or sets the value. (Inherited from WorkflowParameter) |
Applies to
Azure SDK for .NET