Activity.State Property

Definition

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

public Azure.Analytics.Synapse.Artifacts.Models.ActivityState? State { get; set; }
member this.State : Nullable<Azure.Analytics.Synapse.Artifacts.Models.ActivityState> with get, set
Public Property State As Nullable(Of ActivityState)

Property Value

Applies to