你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkflowOutputParameter 构造函数

定义

重载

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

WorkflowOutputParameter()

public WorkflowOutputParameter ();
Public Sub New ()

适用于

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)

参数

value
Object
metadata
Object
description
String
error
Object

适用于