Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSecurityProfileDefenderSecurityMonitoring
Packages that use ManagedClusterSecurityProfileDefenderSecurityMonitoring
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterSecurityProfileDefenderSecurityMonitoring in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSecurityProfileDefenderSecurityMonitoringModifier and TypeMethodDescriptionManagedClusterSecurityProfileDefenderSecurityMonitoring.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterSecurityProfileDefenderSecurityMonitoring from the JsonReader.ManagedClusterSecurityProfileDefender.securityMonitoring()Get the securityMonitoring property: Microsoft Defender threat detection for Cloud settings for the security profile.ManagedClusterSecurityProfileDefenderSecurityMonitoring.withEnabled(Boolean enabled) Set the enabled property: Whether to enable Defender threat detection.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterSecurityProfileDefenderSecurityMonitoringModifier and TypeMethodDescriptionManagedClusterSecurityProfileDefender.withSecurityMonitoring(ManagedClusterSecurityProfileDefenderSecurityMonitoring securityMonitoring) Set the securityMonitoring property: Microsoft Defender threat detection for Cloud settings for the security profile.