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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET