JobStep.Action Property

Definition

Gets or sets the action payload of the job step.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.action")]
public Microsoft.Azure.Management.Sql.Models.JobStepAction Action { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.action")>]
member this.Action : Microsoft.Azure.Management.Sql.Models.JobStepAction with get, set
Public Property Action As JobStepAction

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to