Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterSecurityProfileDefender
Packages that use ManagedClusterSecurityProfileDefender
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterSecurityProfileDefender in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterSecurityProfileDefenderModifier and TypeClassDescriptionfinal classMicrosoft Defender settings for the security profile.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterSecurityProfileDefenderModifier and TypeMethodDescriptionManagedClusterSecurityProfile.defender()Get the defender property: Microsoft Defender settings for the security profile.ManagedClusterSecurityProfileDefender.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterSecurityProfileDefender from the JsonReader.ManagedClusterSecurityProfileDefender.withLogAnalyticsWorkspaceResourceId(String logAnalyticsWorkspaceResourceId) Set the logAnalyticsWorkspaceResourceId property: Resource ID of the Log Analytics workspace to be associated with Microsoft Defender.ManagedClusterSecurityProfileDefender.withSecurityMonitoring(ManagedClusterSecurityProfileDefenderSecurityMonitoring securityMonitoring) Set the securityMonitoring property: Microsoft Defender threat detection for Cloud settings for the security profile.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterSecurityProfileDefenderModifier and TypeMethodDescriptionManagedClusterSecurityProfile.withDefender(ManagedClusterSecurityProfileDefender defender) Set the defender property: Microsoft Defender settings for the security profile.