Uses of Class
com.azure.resourcemanager.network.models.OwaspCrsExclusionEntrySelectorMatchOperator
Packages that use OwaspCrsExclusionEntrySelectorMatchOperator
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of OwaspCrsExclusionEntrySelectorMatchOperator in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as OwaspCrsExclusionEntrySelectorMatchOperatorModifier and TypeFieldDescriptionstatic final OwaspCrsExclusionEntrySelectorMatchOperatorOwaspCrsExclusionEntrySelectorMatchOperator.CONTAINSStatic value Contains for OwaspCrsExclusionEntrySelectorMatchOperator.static final OwaspCrsExclusionEntrySelectorMatchOperatorOwaspCrsExclusionEntrySelectorMatchOperator.ENDS_WITHStatic value EndsWith for OwaspCrsExclusionEntrySelectorMatchOperator.static final OwaspCrsExclusionEntrySelectorMatchOperatorOwaspCrsExclusionEntrySelectorMatchOperator.EQUALSStatic value Equals for OwaspCrsExclusionEntrySelectorMatchOperator.static final OwaspCrsExclusionEntrySelectorMatchOperatorOwaspCrsExclusionEntrySelectorMatchOperator.EQUALS_ANYStatic value EqualsAny for OwaspCrsExclusionEntrySelectorMatchOperator.static final OwaspCrsExclusionEntrySelectorMatchOperatorOwaspCrsExclusionEntrySelectorMatchOperator.STARTS_WITHStatic value StartsWith for OwaspCrsExclusionEntrySelectorMatchOperator.Methods in com.azure.resourcemanager.network.models that return OwaspCrsExclusionEntrySelectorMatchOperatorModifier and TypeMethodDescriptionOwaspCrsExclusionEntrySelectorMatchOperator.fromString(String name) Creates or finds a OwaspCrsExclusionEntrySelectorMatchOperator from its string representation.OwaspCrsExclusionEntry.selectorMatchOperator()Get the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.Methods in com.azure.resourcemanager.network.models that return types with arguments of type OwaspCrsExclusionEntrySelectorMatchOperatorModifier and TypeMethodDescriptionOwaspCrsExclusionEntrySelectorMatchOperator.values()Gets known OwaspCrsExclusionEntrySelectorMatchOperator values.Methods in com.azure.resourcemanager.network.models with parameters of type OwaspCrsExclusionEntrySelectorMatchOperatorModifier and TypeMethodDescriptionOwaspCrsExclusionEntry.withSelectorMatchOperator(OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator) Set the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.