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

public final class Services extends com.azure.core.util.ExpandableStringEnum<Services>
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
  • 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.
    Gets known Services 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

    • 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()
      Gets known Services values.
      Returns:
      known Services values.