AvroFormat Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AvroFormat() |
Initialise une nouvelle instance de la classe AvroFormat. |
AvroFormat(IDictionary<String,Object>, Object, Object) |
Initialise une nouvelle instance de la classe AvroFormat. |
AvroFormat()
Initialise une nouvelle instance de la classe AvroFormat.
public AvroFormat ();
Public Sub New ()
S’applique à
AvroFormat(IDictionary<String,Object>, Object, Object)
Initialise une nouvelle instance de la classe 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)
Paramètres
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées dans cette collection
- serializer
- Object
Sérialiseur. Type : chaîne (ou Expression avec chaîne resultType).
- deserializer
- Object
Désérialiseur. Type : chaîne (ou Expression avec chaîne resultType).
S’applique à
Azure SDK for .NET