Class SearchBypass
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchBypass>
com.azure.resourcemanager.search.models.SearchBypass
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SearchBypassStatic value AzureServices for SearchBypass.static final SearchBypassStatic value None for SearchBypass. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchBypassfromString(String name) Creates or finds a SearchBypass from its string representation.static Collection<SearchBypass> values()Gets known SearchBypass values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for SearchBypass. -
AZURE_SERVICES
Static value AzureServices for SearchBypass.
-
-
Constructor Details
-
SearchBypass
Deprecated.Use thefromString(String)factory method.Creates a new instance of SearchBypass value.
-
-
Method Details
-
fromString
Creates or finds a SearchBypass from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SearchBypass.
-
values
Gets known SearchBypass values.- Returns:
- known SearchBypass values.
-
fromString(String)factory method.