Share via


IManagedClusterProperties.SecurityMonitoringEnabled Property

Definition

Whether to enable Defender threat detection

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether to enable Defender threat detection", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")]
public bool? SecurityMonitoringEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether to enable Defender threat detection", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")>]
member this.SecurityMonitoringEnabled : Nullable<bool> with get, set
Public Property SecurityMonitoringEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to