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.
public class ManagedClusterSecurityProfileDefender : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterSecurityProfileDefender>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterSecurityProfileDefender>
public class ManagedClusterSecurityProfileDefender
type ManagedClusterSecurityProfileDefender = class
interface IJsonModel<ManagedClusterSecurityProfileDefender>
interface IPersistableModel<ManagedClusterSecurityProfileDefender>
type ManagedClusterSecurityProfileDefender = class
Public Class ManagedClusterSecurityProfileDefender
Implements IJsonModel(Of ManagedClusterSecurityProfileDefender), IPersistableModel(Of ManagedClusterSecurityProfileDefender)
Public Class ManagedClusterSecurityProfileDefender
- Inheritance
-
ManagedClusterSecurityProfileDefender
- Implements
Constructors
ManagedClusterSecurityProfileDefender() |
Initializes a new instance of ManagedClusterSecurityProfileDefender. |
Properties
IsSecurityMonitoringEnabled |
Whether to enable Defender threat detection. |
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. |
Explicit Interface Implementations
IJsonModel<ManagedClusterSecurityProfileDefender>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedClusterSecurityProfileDefender>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedClusterSecurityProfileDefender>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedClusterSecurityProfileDefender>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedClusterSecurityProfileDefender>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET