ManagedClusterSecurityProfileDefender 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
ManagedClusterSecurityProfileDefender() |
Initializes a new instance of the ManagedClusterSecurityProfileDefender class. |
ManagedClusterSecurityProfileDefender(String, ManagedClusterSecurityProfileDefenderSecurityMonitoring) |
Initializes a new instance of the ManagedClusterSecurityProfileDefender class. |
ManagedClusterSecurityProfileDefender()
Initializes a new instance of the ManagedClusterSecurityProfileDefender class.
public ManagedClusterSecurityProfileDefender ();
Public Sub New ()
Applies to
ManagedClusterSecurityProfileDefender(String, ManagedClusterSecurityProfileDefenderSecurityMonitoring)
Initializes a new instance of the ManagedClusterSecurityProfileDefender class.
public ManagedClusterSecurityProfileDefender (string logAnalyticsWorkspaceResourceId = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring securityMonitoring = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender : string * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefenderSecurityMonitoring -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileDefender
Public Sub New (Optional logAnalyticsWorkspaceResourceId As String = Nothing, Optional securityMonitoring As ManagedClusterSecurityProfileDefenderSecurityMonitoring = Nothing)
Parameters
- logAnalyticsWorkspaceResourceId
- String
Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty.
- securityMonitoring
- ManagedClusterSecurityProfileDefenderSecurityMonitoring
Microsoft Defender threat detection for Cloud settings for the security profile.