Class Services

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

public final class Services extends com.microsoft.rest.ExpandableStringEnum<Services>
Defines values for Services.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Services
    Static value b for Services.
    static final Services
    Static value f for Services.
    static final Services
    Static value q for Services.
    static final Services
    Static value t for Services.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Services
    Creates or finds a Services 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

    • B

      public static final Services B
      Static value b for Services.
    • Q

      public static final Services Q
      Static value q for Services.
    • T

      public static final Services T
      Static value t for Services.
    • F

      public static final Services F
      Static value f for Services.
  • Constructor Details

    • Services

      public Services()
  • Method Details

    • fromString

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

      public static Collection<Services> values()
      Returns:
      known Services values