Class Services

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

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
    Deprecated.
    Use the fromString(String) factory method.
  • 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, getValue, hashCode, toString, values

    Methods inherited from class 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

  • 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.