ManagedClusterSecurityProfileDefenderSecurityMonitoring 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
ManagedClusterSecurityProfileDefenderSecurityMonitoring() |
Initializes a new instance of the ManagedClusterSecurityProfileDefenderSecurityMonitoring class. |
ManagedClusterSecurityProfileDefenderSecurityMonitoring(Nullable<Boolean>) |
Initializes a new instance of the ManagedClusterSecurityProfileDefenderSecurityMonitoring class. |
ManagedClusterSecurityProfileDefenderSecurityMonitoring()
Initializes a new instance of the ManagedClusterSecurityProfileDefenderSecurityMonitoring class.
public ManagedClusterSecurityProfileDefenderSecurityMonitoring ();
Public Sub New ()
Applies to
ManagedClusterSecurityProfileDefenderSecurityMonitoring(Nullable<Boolean>)
Initializes a new instance of the ManagedClusterSecurityProfileDefenderSecurityMonitoring class.
public ManagedClusterSecurityProfileDefenderSecurityMonitoring (bool? enabled = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring : Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing)