Freigeben über


IManagedClusterProperties.ImageCleanerEnabled Property

Definition

Whether to enable Image Cleaner on AKS cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether to enable Image Cleaner on AKS cluster.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")]
public bool? ImageCleanerEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether to enable Image Cleaner on AKS cluster.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")>]
member this.ImageCleanerEnabled : Nullable<bool> with get, set
Public Property ImageCleanerEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to