DockerBuildStepUpdateParameters.NoCache Property

Definition

Gets or sets the value of this property indicates whether the image cache is enabled or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to