AlertsSuppressionRulesList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AlertsSuppressionRulesList

public final class AlertsSuppressionRulesList

Suppression rules list for subscription.

Constructor Summary

Constructor Description
AlertsSuppressionRulesList()

Creates an instance of AlertsSuppressionRulesList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: URI to fetch the next page.

void validate()

Validates the instance.

List<AlertsSuppressionRuleInner> value()

Get the value property: The value property.

AlertsSuppressionRulesList withValue(List<AlertsSuppressionRuleInner> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

AlertsSuppressionRulesList

public AlertsSuppressionRulesList()

Creates an instance of AlertsSuppressionRulesList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The value property.

Returns:

the value value.

withValue

public AlertsSuppressionRulesList withValue(List value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the AlertsSuppressionRulesList object itself.

Applies to