java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Bypass>
com.microsoft.azure.management.storage.Bypass

public final class Bypass extends com.microsoft.rest.ExpandableStringEnum<Bypass>
Defines values for Bypass.
  • 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.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    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()
      Returns:
      known Bypass values