JobStep.Output Property

Definition

Gets or sets output destination properties of the job step.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to