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>

public final class SearchBypass extends com.azure.core.util.ExpandableStringEnum<SearchBypass>
Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.
  • Field Details

    • NONE

      public static final SearchBypass NONE
      Static value None for SearchBypass.
    • AZURE_SERVICES

      public static final SearchBypass AZURE_SERVICES
      Static value AzureServices for SearchBypass.
  • Constructor Details

    • SearchBypass

      @Deprecated public SearchBypass()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of SearchBypass value.
  • Method Details

    • fromString

      public static SearchBypass fromString(String name)
      Creates or finds a SearchBypass from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SearchBypass.
    • values

      public static Collection<SearchBypass> values()
      Gets known SearchBypass values.
      Returns:
      known SearchBypass values.