Uses of Class
com.azure.resourcemanager.network.models.ExceptionEntryValueMatchOperator
Packages that use ExceptionEntryValueMatchOperator
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExceptionEntryValueMatchOperator in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ExceptionEntryValueMatchOperator in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classOperates on the allowed values for the matchVariable.Fields in com.azure.resourcemanager.network.models declared as ExceptionEntryValueMatchOperatorModifier and TypeFieldDescriptionstatic final ExceptionEntryValueMatchOperatorExceptionEntryValueMatchOperator.CONTAINSStatic value Contains for ExceptionEntryValueMatchOperator.static final ExceptionEntryValueMatchOperatorExceptionEntryValueMatchOperator.ENDS_WITHStatic value EndsWith for ExceptionEntryValueMatchOperator.static final ExceptionEntryValueMatchOperatorExceptionEntryValueMatchOperator.EQUALSStatic value Equals for ExceptionEntryValueMatchOperator.static final ExceptionEntryValueMatchOperatorExceptionEntryValueMatchOperator.IPMATCHStatic value IPMatch for ExceptionEntryValueMatchOperator.static final ExceptionEntryValueMatchOperatorExceptionEntryValueMatchOperator.STARTS_WITHStatic value StartsWith for ExceptionEntryValueMatchOperator.Methods in com.azure.resourcemanager.network.models that return ExceptionEntryValueMatchOperatorModifier and TypeMethodDescriptionExceptionEntryValueMatchOperator.fromString(String name) Creates or finds a ExceptionEntryValueMatchOperator from its string representation.ExceptionEntry.valueMatchOperator()Get the valueMatchOperator property: Operates on the allowed values for the matchVariable.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExceptionEntryValueMatchOperatorModifier and TypeMethodDescriptionExceptionEntryValueMatchOperator.values()Gets known ExceptionEntryValueMatchOperator values.Methods in com.azure.resourcemanager.network.models with parameters of type ExceptionEntryValueMatchOperatorModifier and TypeMethodDescriptionExceptionEntry.withValueMatchOperator(ExceptionEntryValueMatchOperator valueMatchOperator) Set the valueMatchOperator property: Operates on the allowed values for the matchVariable.