次の方法で共有


DockerBuildRequest.NoCache プロパティ

定義

イメージ キャッシュが有効かどうかを示す、このプロパティの値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象