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

WorkflowParameter 构造函数

定义

重载

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

WorkflowParameter()

public WorkflowParameter ();
Public Sub New ()

适用于

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)

参数

value
Object
metadata
Object
description
String

适用于