AvroSerialization 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
AvroSerialization() |
Initializes a new instance of the AvroSerialization class. |
AvroSerialization(Object) |
Initializes a new instance of the AvroSerialization class. |
AvroSerialization()
Initializes a new instance of the AvroSerialization class.
public AvroSerialization ();
Public Sub New ()
Applies to
AvroSerialization(Object)
Initializes a new instance of the AvroSerialization class.
public AvroSerialization (object properties = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerialization : obj -> Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerialization
Public Sub New (Optional properties As Object = Nothing)
Parameters
- properties
- Object
The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests.