public class ManagedRuleOverride extends Object
| Constructor and Description |
|---|
ManagedRuleOverride() |
| Modifier and Type | Method and Description |
|---|---|
String |
ruleId()
Get identifier for the managed rule.
|
ManagedRuleEnabledState |
state()
Get the state of the managed rule.
|
ManagedRuleOverride |
withRuleId(String ruleId)
Set identifier for the managed rule.
|
ManagedRuleOverride |
withState(ManagedRuleEnabledState state)
Set the state of the managed rule.
|
public String ruleId()
public ManagedRuleOverride withRuleId(String ruleId)
ruleId - the ruleId value to setpublic ManagedRuleEnabledState state()
public ManagedRuleOverride withState(ManagedRuleEnabledState state)
state - the state value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/