Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSecurityProfileImageCleaner
Packages that use ManagedClusterSecurityProfileImageCleaner
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterSecurityProfileImageCleaner in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterSecurityProfileImageCleanerModifier and TypeClassDescriptionfinal classImage Cleaner removes unused images from nodes, freeing up disk space and helping to reduce attack surface area.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSecurityProfileImageCleanerModifier and TypeMethodDescriptionManagedClusterSecurityProfileImageCleaner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterSecurityProfileImageCleaner from the JsonReader.ManagedClusterSecurityProfile.imageCleaner()Get the imageCleaner property: Image Cleaner settings for the security profile.ManagedClusterSecurityProfileImageCleaner.withEnabled(Boolean enabled) Set the enabled property: Whether to enable Image Cleaner on AKS cluster.ManagedClusterSecurityProfileImageCleaner.withIntervalHours(Integer intervalHours) Set the intervalHours property: Image Cleaner scanning interval in hours.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterSecurityProfileImageCleanerModifier and TypeMethodDescriptionManagedClusterSecurityProfile.withImageCleaner(ManagedClusterSecurityProfileImageCleaner imageCleaner) Set the imageCleaner property: Image Cleaner settings for the security profile.