WorkflowOutputParameter 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
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
- type
- Nullable<ParameterType>
- value
- Object
- metadata
- Object
- description
- String
- error
- Object
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET