Share via


CustomActivity Constructors

Definition

Overloads

CustomActivity()
CustomActivity(IDictionary<String,JToken>)

CustomActivity()

public CustomActivity ();
Public Sub New ()

Applies to

CustomActivity(IDictionary<String,JToken>)

public CustomActivity (System.Collections.Generic.IDictionary<string,Newtonsoft.Json.Linq.JToken> serviceExtraProperties);
new Microsoft.Azure.Management.DataFactories.Models.CustomActivity : System.Collections.Generic.IDictionary<string, Newtonsoft.Json.Linq.JToken> -> Microsoft.Azure.Management.DataFactories.Models.CustomActivity
Public Sub New (serviceExtraProperties As IDictionary(Of String, JToken))

Parameters

serviceExtraProperties
IDictionary<String,Newtonsoft.Json.Linq.JToken>

Applies to