AlertDefinitionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. AlertDefinitionProperties
- com.
Implements
public final class AlertDefinitionProperties
implements JsonSerializable<AlertDefinitionProperties>
Alert definition properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The alert description. |
| String |
displayName()
Get the display |
|
static
Alert |
fromJson(JsonReader jsonReader)
Reads an instance of Alert |
| String |
howToPrevent()
Get the how |
| Boolean |
isConfigurable()
Get the is |
| Boolean |
isRemediatable()
Get the is |
| String |
mitigationSteps()
Get the mitigation |
| String |
scope()
Get the scope property: The alert scope. |
| String |
securityImpact()
Get the security |
|
Severity |
severityLevel()
Get the severity |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: The alert description.
Returns:
displayName
public String displayName()
Get the displayName property: The alert display name.
Returns:
fromJson
public static AlertDefinitionProperties fromJson(JsonReader jsonReader)
Reads an instance of AlertDefinitionProperties from the JsonReader.
Parameters:
Returns:
Throws:
howToPrevent
public String howToPrevent()
Get the howToPrevent property: The ways to prevent the alert.
Returns:
isConfigurable
public Boolean isConfigurable()
Get the isConfigurable property: True if the alert configuration can be configured; false, otherwise.
Returns:
isRemediatable
public Boolean isRemediatable()
Get the isRemediatable property: True if the alert can be remediated; false, otherwise.
Returns:
mitigationSteps
public String mitigationSteps()
Get the mitigationSteps property: The methods to mitigate the alert.
Returns:
scope
public String scope()
Get the scope property: The alert scope.
Returns:
securityImpact
public String securityImpact()
Get the securityImpact property: Security impact of the alert.
Returns:
severityLevel
public SeverityLevel severityLevel()
Get the severityLevel property: Severity level of the alert.
Returns:
toJson
validate
public void validate()
Validates the instance.