| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OwaspCrsExclusionEntry |
OwaspCrsExclusionEntry.withMatchVariable(OwaspCrsExclusionEntryMatchVariable matchVariable)
Set the variable to be excluded.
|
OwaspCrsExclusionEntry |
OwaspCrsExclusionEntry.withSelector(String selector)
Set when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
|
OwaspCrsExclusionEntry |
OwaspCrsExclusionEntry.withSelectorMatchOperator(OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator)
Set when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<OwaspCrsExclusionEntry> |
ManagedRulesDefinition.exclusions()
Get the Exclusions that are applied on the policy.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedRulesDefinition |
ManagedRulesDefinition.withExclusions(List<OwaspCrsExclusionEntry> exclusions)
Set the Exclusions that are applied on the policy.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/