次の方法で共有


AvroFormat コンストラクター

定義

オーバーロード

AvroFormat()

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

AvroFormat(IDictionary<String,Object>, Object, Object)

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

AvroFormat()

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

public AvroFormat ();
Public Sub New ()

適用対象

AvroFormat(IDictionary<String,Object>, Object, Object)

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

public AvroFormat (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object serializer = default, object deserializer = default);
new Microsoft.Azure.Management.DataFactory.Models.AvroFormat : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AvroFormat
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional serializer As Object = Nothing, Optional deserializer As Object = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

serializer
Object

シリアライザー。 型: string (または resultType 文字列を含む式)。

deserializer
Object

デシリアライザー。 型: string (または resultType 文字列を含む式)。

適用対象