ManagedClusterSecurityProfileDefender Class
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.
Microsoft Defender settings for the security profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterSecurityProfileDefenderTypeConverter))]
public class ManagedClusterSecurityProfileDefender : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterSecurityProfileDefender
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterSecurityProfileDefenderTypeConverter))>]
type ManagedClusterSecurityProfileDefender = class
interface IManagedClusterSecurityProfileDefender
interface IJsonSerializable
Public Class ManagedClusterSecurityProfileDefender
Implements IManagedClusterSecurityProfileDefender
- Inheritance
-
ManagedClusterSecurityProfileDefender
- Attributes
- Implements
Constructors
ManagedClusterSecurityProfileDefender() |
Creates an new ManagedClusterSecurityProfileDefender instance. |
Properties
LogAnalyticsWorkspaceResourceId |
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. |
SecurityMonitoringEnabled |
Whether to enable Defender threat detection |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterSecurityProfileDefender. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterSecurityProfileDefender. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterSecurityProfileDefender. |
FromJsonString(String) |
Creates a new instance of ManagedClusterSecurityProfileDefender, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterSecurityProfileDefender into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |