Share via


TaskRun.RunResult Property

Definition

Gets the result of this task run

[Newtonsoft.Json.JsonProperty(PropertyName="properties.runResult")]
public Microsoft.Azure.Management.ContainerRegistry.Models.Run RunResult { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.runResult")>]
member this.RunResult : Microsoft.Azure.Management.ContainerRegistry.Models.Run
Public ReadOnly Property RunResult As Run

Property Value

Run
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to