次の方法で共有


WorkflowOutputParameter コンストラクター

定義

オーバーロード

WorkflowOutputParameter()

WorkflowOutputParameter クラスの新しいインスタンスを初期化します。

WorkflowOutputParameter(String, Object, Object, String, Object)

WorkflowOutputParameter クラスの新しいインスタンスを初期化します。

WorkflowOutputParameter()

WorkflowOutputParameter クラスの新しいインスタンスを初期化します。

public WorkflowOutputParameter ();
Public Sub New ()

適用対象

WorkflowOutputParameter(String, Object, Object, String, Object)

WorkflowOutputParameter クラスの新しいインスタンスを初期化します。

public WorkflowOutputParameter (string type = default, object value = default, object metadata = default, string description = default, object error = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter : string * obj * obj * string * obj -> Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter
Public Sub New (Optional type As String = Nothing, Optional value As Object = Nothing, Optional metadata As Object = Nothing, Optional description As String = Nothing, Optional error As Object = Nothing)

パラメーター

type
String

型。 指定できる値は、'NotSpecified'、'String'、'SecureString'、'Int'、'Float'、'Bool'、'Array'、'Object'、'SecureObject' です。

value
Object

値。

metadata
Object

メタデータ。

description
String

説明です。

error
Object

エラーを取得します。

適用対象