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