AlertDefinitionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. authorization. fluent. models. AlertDefinitionInner
- com.
- com.
public final class AlertDefinitionInner
extends ProxyResource
Alert definition.
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 |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Boolean |
isConfigurable()
Get the is |
| Boolean |
isRemediatable()
Get the is |
| String |
mitigationSteps()
Get the mitigation |
| String |
name()
Get the name property: The name of the resource. |
| String |
scope()
Get the scope property: The alert scope. |
| String |
securityImpact()
Get the security |
|
Severity |
severityLevel()
Get the severity |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
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 AlertDefinitionInner fromJson(JsonReader jsonReader)
Reads an instance of AlertDefinitionInner from the JsonReader.
Parameters:
Returns:
Throws:
howToPrevent
public String howToPrevent()
Get the howToPrevent property: The ways to prevent the alert.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AlertDefinitionInner.id()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:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AlertDefinitionInner.name()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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AlertDefinitionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AlertDefinitionInner.type()Returns:
validate
public void validate()
Validates the instance.