ManagedClusterSecurityProfileImageCleaner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManagedClusterSecurityProfileImageCleaner() |
Initializes a new instance of the ManagedClusterSecurityProfileImageCleaner class. |
ManagedClusterSecurityProfileImageCleaner(Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the ManagedClusterSecurityProfileImageCleaner class. |
ManagedClusterSecurityProfileImageCleaner()
Initializes a new instance of the ManagedClusterSecurityProfileImageCleaner class.
public ManagedClusterSecurityProfileImageCleaner ();
Public Sub New ()
Applies to
ManagedClusterSecurityProfileImageCleaner(Nullable<Boolean>, Nullable<Int32>)
Initializes a new instance of the ManagedClusterSecurityProfileImageCleaner class.
public ManagedClusterSecurityProfileImageCleaner (bool? enabled = default, int? intervalHours = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner : Nullable<bool> * Nullable<int> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileImageCleaner
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional intervalHours As Nullable(Of Integer) = Nothing)