次の方法で共有


JsonFieldWithDefault コンストラクター

定義

オーバーロード

JsonFieldWithDefault()

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

JsonFieldWithDefault(String, String)

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

JsonFieldWithDefault()

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

public JsonFieldWithDefault ();
Public Sub New ()

適用対象

JsonFieldWithDefault(String, String)

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

public JsonFieldWithDefault (string sourceField = default, string defaultValue = default);
new Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault : string * string -> Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault
Public Sub New (Optional sourceField As String = Nothing, Optional defaultValue As String = Nothing)

パラメーター

sourceField
String

マッピングのソースとして使用される入力イベント スキーマ内のフィールドの名前。

defaultValue
String

SourceField が指定されていない場合、または発行された JSON イベント ペイロードに指定された名前のプロパティがない場合に、マッピングに使用される既定値。

適用対象