GenericDataset 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
GenericDataset() | |
GenericDataset(IDictionary<String,JToken>) |
GenericDataset()
public GenericDataset ();
Public Sub New ()
Applies to
GenericDataset(IDictionary<String,JToken>)
public GenericDataset (System.Collections.Generic.IDictionary<string,Newtonsoft.Json.Linq.JToken> serviceExtraProperties);
new Microsoft.Azure.Management.DataFactories.Models.GenericDataset : System.Collections.Generic.IDictionary<string, Newtonsoft.Json.Linq.JToken> -> Microsoft.Azure.Management.DataFactories.Models.GenericDataset
Public Sub New (serviceExtraProperties As IDictionary(Of String, JToken))
Parameters
- serviceExtraProperties
- IDictionary<String,Newtonsoft.Json.Linq.JToken>