WorkflowParameter Constructors

Definition

Overloads

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

WorkflowParameter()

public WorkflowParameter ();
Public Sub New ()

Applies to

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

public WorkflowParameter (Microsoft.Azure.Management.Logic.Fluent.Models.ParameterType? type = default, object value = default, object metadata = default, string description = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowParameter : Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.ParameterType> * obj * obj * string -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowParameter
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)

Parameters

value
Object
metadata
Object
description
String

Applies to