| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ManagedRuleEnabledState |
ManagedRuleEnabledState.DISABLED
Static value Disabled for ManagedRuleEnabledState.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedRuleEnabledState |
ManagedRuleEnabledState.fromString(String name)
Creates or finds a ManagedRuleEnabledState from its string representation.
|
ManagedRuleEnabledState |
ManagedRuleOverride.state()
Get the state of the managed rule.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ManagedRuleEnabledState> |
ManagedRuleEnabledState.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleOverride |
ManagedRuleOverride.withState(ManagedRuleEnabledState state)
Set the state of the managed rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/