Activity Class

Definition

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

Constructors

Activity(String)

Initializes a new instance of Activity.

Properties

AdditionalProperties

Additional Properties.

DependsOn

Activity depends on condition.

Description

Activity description.

Name

Activity name.

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.

State

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

UserProperties

Activity user properties.

Applies to