WorkflowOutputParameter Class

Definition

The workflow output parameter.

public class WorkflowOutputParameter : Microsoft.Azure.Management.Logic.Models.WorkflowParameter
type WorkflowOutputParameter = class
    inherit WorkflowParameter
Public Class WorkflowOutputParameter
Inherits WorkflowParameter
Inheritance
WorkflowOutputParameter

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