Uses of Class
com.microsoft.azure.management.network.OwaspCrsExclusionEntrySelectorMatchOperator
Packages that use OwaspCrsExclusionEntrySelectorMatchOperator
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of OwaspCrsExclusionEntrySelectorMatchOperator in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as OwaspCrsExclusionEntrySelectorMatchOperatorModifier and TypeFieldDescriptionstatic final OwaspCrsExclusionEntrySelectorMatchOperator
OwaspCrsExclusionEntrySelectorMatchOperator.CONTAINS
Static value Contains for OwaspCrsExclusionEntrySelectorMatchOperator.static final OwaspCrsExclusionEntrySelectorMatchOperator
OwaspCrsExclusionEntrySelectorMatchOperator.ENDS_WITH
Static value EndsWith for OwaspCrsExclusionEntrySelectorMatchOperator.static final OwaspCrsExclusionEntrySelectorMatchOperator
OwaspCrsExclusionEntrySelectorMatchOperator.EQUALS
Static value Equals for OwaspCrsExclusionEntrySelectorMatchOperator.static final OwaspCrsExclusionEntrySelectorMatchOperator
OwaspCrsExclusionEntrySelectorMatchOperator.EQUALS_ANY
Static value EqualsAny for OwaspCrsExclusionEntrySelectorMatchOperator.static final OwaspCrsExclusionEntrySelectorMatchOperator
OwaspCrsExclusionEntrySelectorMatchOperator.STARTS_WITH
Static value StartsWith for OwaspCrsExclusionEntrySelectorMatchOperator.Methods in com.microsoft.azure.management.network that return OwaspCrsExclusionEntrySelectorMatchOperatorModifier and TypeMethodDescriptionOwaspCrsExclusionEntrySelectorMatchOperator.fromString
(String name) Creates or finds a OwaspCrsExclusionEntrySelectorMatchOperator from its string representation.OwaspCrsExclusionEntry.selectorMatchOperator()
Get when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.Methods in com.microsoft.azure.management.network that return types with arguments of type OwaspCrsExclusionEntrySelectorMatchOperatorMethods in com.microsoft.azure.management.network with parameters of type OwaspCrsExclusionEntrySelectorMatchOperatorModifier and TypeMethodDescriptionOwaspCrsExclusionEntry.withSelectorMatchOperator
(OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator) Set when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.