WebActivity Constructors

Definition

Overloads

WebActivity()

Initializes a new instance of the WebActivity class.

WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)

Initializes a new instance of the WebActivity class.

WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, Nullable<Boolean>, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)

Initializes a new instance of the WebActivity class.

WebActivity()

Initializes a new instance of the WebActivity class.

public WebActivity ();
Public Sub New ()

Applies to

WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)

Initializes a new instance of the WebActivity class.

public WebActivity (string name, string method, object url, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object headers = default, object body = default, Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication authentication = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> datasets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> linkedServices = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default);
new Microsoft.Azure.Management.DataFactory.Models.WebActivity : string * string * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj * obj * Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference -> Microsoft.Azure.Management.DataFactory.Models.WebActivity
Public Sub New (name As String, method As String, url As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional headers As Object = Nothing, Optional body As Object = Nothing, Optional authentication As WebActivityAuthentication = Nothing, Optional datasets As IList(Of DatasetReference) = Nothing, Optional linkedServices As IList(Of LinkedServiceReference) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing)

Parameters

name
String

Activity name.

method
String

Rest API method for target endpoint. Possible values include: 'GET', 'POST', 'PUT', 'DELETE'

url
Object

Web activity target endpoint and path. Type: string (or Expression with resultType string).

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Activity description.

dependsOn
IList<ActivityDependency>

Activity depends on condition.

userProperties
IList<UserProperty>

Activity user properties.

linkedServiceName
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

headers
Object

Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).

body
Object

Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).

authentication
WebActivityAuthentication

Authentication method used for calling the endpoint.

datasets
IList<DatasetReference>

List of datasets passed to web endpoint.

linkedServices
IList<LinkedServiceReference>

List of linked services passed to web endpoint.

connectVia
IntegrationRuntimeReference

The integration runtime reference.

Applies to

WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, Nullable<Boolean>, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)

Initializes a new instance of the WebActivity class.

public WebActivity (string name, string method, object url, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object headers = default, object body = default, Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication authentication = default, bool? disableCertValidation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> datasets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> linkedServices = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default);
new Microsoft.Azure.Management.DataFactory.Models.WebActivity : string * string * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj * obj * Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference -> Microsoft.Azure.Management.DataFactory.Models.WebActivity
Public Sub New (name As String, method As String, url As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional headers As Object = Nothing, Optional body As Object = Nothing, Optional authentication As WebActivityAuthentication = Nothing, Optional disableCertValidation As Nullable(Of Boolean) = Nothing, Optional datasets As IList(Of DatasetReference) = Nothing, Optional linkedServices As IList(Of LinkedServiceReference) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing)

Parameters

name
String

Activity name.

method
String

Rest API method for target endpoint. Possible values include: 'GET', 'POST', 'PUT', 'DELETE'

url
Object

Web activity target endpoint and path. Type: string (or Expression with resultType string).

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Activity description.

dependsOn
IList<ActivityDependency>

Activity depends on condition.

userProperties
IList<UserProperty>

Activity user properties.

linkedServiceName
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

headers
Object

Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).

body
Object

Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).

authentication
WebActivityAuthentication

Authentication method used for calling the endpoint.

disableCertValidation
Nullable<Boolean>

When set to true, Certificate validation will be disabled.

datasets
IList<DatasetReference>

List of datasets passed to web endpoint.

linkedServices
IList<LinkedServiceReference>

List of linked services passed to web endpoint.

connectVia
IntegrationRuntimeReference

The integration runtime reference.

Applies to