Class NetworkRuleBypassOptions

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NetworkRuleBypassOptions>
com.azure.resourcemanager.keyvault.models.NetworkRuleBypassOptions
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class NetworkRuleBypassOptions extends com.azure.core.util.ExpandableStringEnum<NetworkRuleBypassOptions>
Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
  • Field Details

    • AZURE_SERVICES

      public static final NetworkRuleBypassOptions AZURE_SERVICES
      Static value AzureServices for NetworkRuleBypassOptions.
    • NONE

      public static final NetworkRuleBypassOptions NONE
      Static value None for NetworkRuleBypassOptions.
  • Constructor Details

    • NetworkRuleBypassOptions

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

    • fromString

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

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