Uses of Class
com.azure.resourcemanager.search.models.SearchBypass
Packages that use SearchBypass
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of SearchBypass in com.azure.resourcemanager.search.models
Subclasses with type arguments of type SearchBypass in com.azure.resourcemanager.search.modelsModifier and TypeClassDescriptionfinal classPossible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.Fields in com.azure.resourcemanager.search.models declared as SearchBypassModifier and TypeFieldDescriptionstatic final SearchBypassSearchBypass.AZURE_SERVICESStatic value AzureServices for SearchBypass.static final SearchBypassSearchBypass.NONEStatic value None for SearchBypass.Methods in com.azure.resourcemanager.search.models that return SearchBypassModifier and TypeMethodDescriptionNetworkRuleSet.bypass()Get the bypass property: Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.static SearchBypassSearchBypass.fromString(String name) Creates or finds a SearchBypass from its string representation.Methods in com.azure.resourcemanager.search.models that return types with arguments of type SearchBypassModifier and TypeMethodDescriptionstatic Collection<SearchBypass> SearchBypass.values()Gets known SearchBypass values.Methods in com.azure.resourcemanager.search.models with parameters of type SearchBypassModifier and TypeMethodDescriptionNetworkRuleSet.withBypass(SearchBypass bypass) Set the bypass property: Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.