java.lang.Object
com.azure.core.util.ExpandableStringEnum<Bypass>
com.azure.resourcemanager.storage.models.Bypass

public final class Bypass extends com.azure.core.util.ExpandableStringEnum<Bypass>
Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Bypass
    Static value AzureServices for Bypass.
    static final Bypass
    Static value Logging for Bypass.
    static final Bypass
    Static value Metrics for Bypass.
    static final Bypass
    Static value None for Bypass.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Bypass
    Creates or finds a Bypass from its string representation.
    Gets known Bypass values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NONE

      public static final Bypass NONE
      Static value None for Bypass.
    • LOGGING

      public static final Bypass LOGGING
      Static value Logging for Bypass.
    • METRICS

      public static final Bypass METRICS
      Static value Metrics for Bypass.
    • AZURE_SERVICES

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

    • Bypass

      public Bypass()
  • Method Details

    • fromString

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

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