AzureStorageJob.IsUserTriggered Property

Definition

Gets or sets indicated that whether the job is adhoc(true) or scheduled(false)

[Newtonsoft.Json.JsonProperty(PropertyName="isUserTriggered")]
public bool? IsUserTriggered { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isUserTriggered")>]
member this.IsUserTriggered : Nullable<bool> with get, set
Public Property IsUserTriggered As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to