Class ActionStatus
java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.ActionStatus
Action status.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the isSuppressed property: Value indicating whether alert is suppressed.void
validate()
Validates the instance.withIsSuppressed
(Boolean isSuppressed) Set the isSuppressed property: Value indicating whether alert is suppressed.
-
Constructor Details
-
ActionStatus
public ActionStatus()
-
-
Method Details
-
isSuppressed
Get the isSuppressed property: Value indicating whether alert is suppressed.- Returns:
- the isSuppressed value.
-
withIsSuppressed
Set the isSuppressed property: Value indicating whether alert is suppressed.- Parameters:
isSuppressed
- the isSuppressed value to set.- Returns:
- the ActionStatus object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-