| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
MatchCondition |
MatchCondition.withMatchValues(List<String> matchValues)
Set match value.
|
MatchCondition |
MatchCondition.withMatchVariables(List<MatchVariable> matchVariables)
Set list of match variables.
|
MatchCondition |
MatchCondition.withNegationConditon(Boolean negationConditon)
Set describes if this is negate condition or not.
|
MatchCondition |
MatchCondition.withOperator(WebApplicationFirewallOperator operator)
Set describes operator to be matched.
|
MatchCondition |
MatchCondition.withTransforms(List<WebApplicationFirewallTransform> transforms)
Set list of transforms.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchCondition> |
WebApplicationFirewallCustomRule.matchConditions()
Get list of match conditions.
|
| Modifier and Type | Method and Description |
|---|---|
WebApplicationFirewallCustomRule |
WebApplicationFirewallCustomRule.withMatchConditions(List<MatchCondition> matchConditions)
Set list of match conditions.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/