| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 ruleType property: The rule type.
|
| Modifier and Type | Method and Description |
|---|---|
WebApplicationFirewallCustomRule |
WebApplicationFirewallCustomRule.withRuleType(WebApplicationFirewallRuleType ruleType)
Set the ruleType property: The rule type.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.