Sdílet prostřednictvím


IDockerBuildStep.NoCache Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The value of this property indicates whether the image cache is enabled or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="noCache")]
public bool? NoCache { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The value of this property indicates whether the image cache is enabled or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="noCache")>]
member this.NoCache : Nullable<bool> with get, set
Public Property NoCache As Nullable(Of Boolean)

Property Value

Attributes

Applies to