WorkflowOutputParameter Constructors

Definition

Overloads

WorkflowOutputParameter()
WorkflowOutputParameter(Nullable<ParameterType>, Object, Object, String, Object)

WorkflowOutputParameter()

public WorkflowOutputParameter ();
Public Sub New ()

Applies to

WorkflowOutputParameter(Nullable<ParameterType>, Object, Object, String, Object)

public WorkflowOutputParameter (Microsoft.Azure.Management.Logic.Fluent.Models.ParameterType? type = default, object value = default, object metadata = default, string description = default, object error = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowOutputParameter : Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.ParameterType> * obj * obj * string * obj -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowOutputParameter
Public Sub New (Optional type As Nullable(Of ParameterType) = Nothing, Optional value As Object = Nothing, Optional metadata As Object = Nothing, Optional description As String = Nothing, Optional error As Object = Nothing)

Parameters

value
Object
metadata
Object
description
String
error
Object

Applies to