| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 property: The state of the policy.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySettings |
PolicySettings.withState(WebApplicationFirewallEnabledState state)
Set the state property: The state of the policy.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.