Uses of Class
com.azure.resourcemanager.network.models.ExceptionEntrySelectorMatchOperator
Packages that use ExceptionEntrySelectorMatchOperator
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExceptionEntrySelectorMatchOperator in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExceptionEntrySelectorMatchOperatorModifier and TypeFieldDescriptionstatic final ExceptionEntrySelectorMatchOperatorExceptionEntrySelectorMatchOperator.CONTAINSStatic value Contains for ExceptionEntrySelectorMatchOperator.static final ExceptionEntrySelectorMatchOperatorExceptionEntrySelectorMatchOperator.ENDS_WITHStatic value EndsWith for ExceptionEntrySelectorMatchOperator.static final ExceptionEntrySelectorMatchOperatorExceptionEntrySelectorMatchOperator.EQUALSStatic value Equals for ExceptionEntrySelectorMatchOperator.static final ExceptionEntrySelectorMatchOperatorExceptionEntrySelectorMatchOperator.STARTS_WITHStatic value StartsWith for ExceptionEntrySelectorMatchOperator.Methods in com.azure.resourcemanager.network.models that return ExceptionEntrySelectorMatchOperatorModifier and TypeMethodDescriptionExceptionEntrySelectorMatchOperator.fromString(String name) Creates or finds a ExceptionEntrySelectorMatchOperator from its string representation.ExceptionEntry.selectorMatchOperator()Get the selectorMatchOperator property: When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExceptionEntrySelectorMatchOperatorModifier and TypeMethodDescriptionExceptionEntrySelectorMatchOperator.values()Gets known ExceptionEntrySelectorMatchOperator values.Methods in com.azure.resourcemanager.network.models with parameters of type ExceptionEntrySelectorMatchOperatorModifier and TypeMethodDescriptionExceptionEntry.withSelectorMatchOperator(ExceptionEntrySelectorMatchOperator selectorMatchOperator) Set the selectorMatchOperator property: When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.