WebActivity Class

Definition

Web activity.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebActivity+WebActivityConverter))]
public class WebActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebActivity+WebActivityConverter))>]
type WebActivity = class
    inherit ExecutionActivity
Public Class WebActivity
Inherits ExecutionActivity
Inheritance
Attributes

Constructors

WebActivity(String, WebActivityMethod, Object)

Initializes a new instance of WebActivity.

Properties

AdditionalProperties

Additional Properties.

(Inherited from Activity)
Authentication

Authentication method used for calling the endpoint.

Body

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).

ConnectVia

The integration runtime reference.

Datasets

List of datasets passed to web endpoint.

DependsOn

Activity depends on condition.

(Inherited from Activity)
Description

Activity description.

(Inherited from Activity)
Headers

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).

LinkedServiceName

Linked service reference.

(Inherited from ExecutionActivity)
LinkedServices

List of linked services passed to web endpoint.

Method

Rest API method for target endpoint.

Name

Activity name.

(Inherited from Activity)
OnInactiveMarkAs

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

(Inherited from Activity)
Policy

Activity policy.

(Inherited from ExecutionActivity)
State

Activity state. This is an optional property and if not provided, the state will be Active by default.

(Inherited from Activity)
Url

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

UserProperties

Activity user properties.

(Inherited from Activity)

Applies to