AlertsSuppressionRule Interface
public interface AlertsSuppressionRule
An immutable client-side representation of AlertsSuppressionRule.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
alertType()
Gets the alert |
| abstract String |
comment()
Gets the comment property: Any comment regarding the rule. |
|
abstract
Offset |
expirationDateUtc()
Gets the expiration |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Alerts |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastModifiedUtc()
Gets the last |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
reason()
Gets the reason property: The reason for dismissing the alert. |
|
abstract
Rule |
state()
Gets the state property: Possible states of the rule. |
|
abstract
Suppression |
suppressionAlertsScope()
Gets the suppression |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
alertType
public abstract String alertType()
Gets the alertType property: Type of the alert to automatically suppress. For all alert types, use '*'.
Returns:
comment
public abstract String comment()
Gets the comment property: Any comment regarding the rule.
Returns:
expirationDateUtc
public abstract OffsetDateTime expirationDateUtc()
Gets the expirationDateUtc property: Expiration date of the rule, if value is not provided or provided as null there will no expiration at all.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract AlertsSuppressionRuleInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.AlertsSuppressionRuleInner object.
Returns:
lastModifiedUtc
public abstract OffsetDateTime lastModifiedUtc()
Gets the lastModifiedUtc property: The last time this rule was modified.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
reason
public abstract String reason()
Gets the reason property: The reason for dismissing the alert.
Returns:
state
public abstract RuleState state()
Gets the state property: Possible states of the rule.
Returns:
suppressionAlertsScope
public abstract SuppressionAlertsScope suppressionAlertsScope()
Gets the suppressionAlertsScope property: The suppression conditions.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: