DatasetStorageFormat Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DatasetStorageFormat() |
Initializes a new instance of the DatasetStorageFormat class. |
DatasetStorageFormat(IDictionary<String,Object>, Object, Object) |
Initializes a new instance of the DatasetStorageFormat class. |
DatasetStorageFormat()
Initializes a new instance of the DatasetStorageFormat class.
public DatasetStorageFormat ();
Public Sub New ()
Applies to
DatasetStorageFormat(IDictionary<String,Object>, Object, Object)
Initializes a new instance of the DatasetStorageFormat class.
public DatasetStorageFormat (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object serializer = default, object deserializer = default);
new Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional serializer As Object = Nothing, Optional deserializer As Object = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- serializer
- Object
Serializer. Type: string (or Expression with resultType string).
- deserializer
- Object
Deserializer. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET