Share via


GenericActivity Constructors

Definition

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>

Applies to