Uses of Class
com.azure.resourcemanager.network.models.ExceptionEntryMatchVariable
Packages that use ExceptionEntryMatchVariable
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExceptionEntryMatchVariable in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExceptionEntryMatchVariableModifier and TypeFieldDescriptionstatic final ExceptionEntryMatchVariableExceptionEntryMatchVariable.REMOTE_ADDRStatic value RemoteAddr for ExceptionEntryMatchVariable.static final ExceptionEntryMatchVariableExceptionEntryMatchVariable.REQUEST_HEADERStatic value RequestHeader for ExceptionEntryMatchVariable.static final ExceptionEntryMatchVariableExceptionEntryMatchVariable.REQUEST_URIStatic value RequestURI for ExceptionEntryMatchVariable.Methods in com.azure.resourcemanager.network.models that return ExceptionEntryMatchVariableModifier and TypeMethodDescriptionstatic ExceptionEntryMatchVariableExceptionEntryMatchVariable.fromString(String name) Creates or finds a ExceptionEntryMatchVariable from its string representation.ExceptionEntry.matchVariable()Get the matchVariable property: The variable on which we evaluate the exception condition.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExceptionEntryMatchVariableModifier and TypeMethodDescriptionExceptionEntryMatchVariable.values()Gets known ExceptionEntryMatchVariable values.Methods in com.azure.resourcemanager.network.models with parameters of type ExceptionEntryMatchVariableModifier and TypeMethodDescriptionExceptionEntry.withMatchVariable(ExceptionEntryMatchVariable matchVariable) Set the matchVariable property: The variable on which we evaluate the exception condition.