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
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.