WorkflowParameter Constructors
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.
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
- type
- Nullable<ParameterType>
- value
- Object
- metadata
- Object
- description
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET