| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static WebApplicationFirewallRuleType |
WebApplicationFirewallRuleType.INVALID
Static value Invalid for WebApplicationFirewallRuleType.
|
static WebApplicationFirewallRuleType |
WebApplicationFirewallRuleType.MATCH_RULE
Static value MatchRule for WebApplicationFirewallRuleType.
|
| Modifier and Type | Method and Description |
|---|---|
static WebApplicationFirewallRuleType |
WebApplicationFirewallRuleType.fromString(String name)
Creates or finds a WebApplicationFirewallRuleType from its string representation.
|
WebApplicationFirewallRuleType |
WebApplicationFirewallCustomRule.ruleType()
Get the rule type.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<WebApplicationFirewallRuleType> |
WebApplicationFirewallRuleType.values() |
| Modifier and Type | Method and Description |
|---|---|
WebApplicationFirewallCustomRule |
WebApplicationFirewallCustomRule.withRuleType(WebApplicationFirewallRuleType ruleType)
Set the rule type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/