ExecutionActivity Class

Definition

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

Constructors

ExecutionActivity(String)

Initializes a new instance of ExecutionActivity.

Properties

AdditionalProperties

Additional Properties.

(Inherited from Activity)
DependsOn

Activity depends on condition.

(Inherited from Activity)
Description

Activity description.

(Inherited from Activity)
LinkedServiceName

Linked service reference.

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.

State

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

(Inherited from Activity)
UserProperties

Activity user properties.

(Inherited from Activity)

Applies to