ManagedClusterSecurityProfileDefenderSecurityMonitoring Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterSecurityProfileDefenderSecurityMonitoring
- com.
Implements
public final class ManagedClusterSecurityProfileDefenderSecurityMonitoring
implements JsonSerializable<ManagedClusterSecurityProfileDefenderSecurityMonitoring>
Microsoft Defender settings for the security profile threat detection.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterSecurityProfileDefenderSecurityMonitoring() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Whether to enable Defender threat detection. |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withEnabled(Boolean enabled)
Set the enabled property: Whether to enable Defender threat detection. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterSecurityProfileDefenderSecurityMonitoring
public ManagedClusterSecurityProfileDefenderSecurityMonitoring()
Creates an instance of ManagedClusterSecurityProfileDefenderSecurityMonitoring class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Whether to enable Defender threat detection.
Returns:
fromJson
public static ManagedClusterSecurityProfileDefenderSecurityMonitoring fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterSecurityProfileDefenderSecurityMonitoring from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public ManagedClusterSecurityProfileDefenderSecurityMonitoring withEnabled(Boolean enabled)
Set the enabled property: Whether to enable Defender threat detection.
Parameters:
Returns:
Applies to
Azure SDK for Java