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