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>
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File
(f).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServicesfromString(String name) Creates or finds a Services from its string representation.static Collection<Services>values()Gets known Services values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
B
Static value b for Services. -
Q
Static value q for Services. -
T
Static value t for Services. -
F
Static value f for Services.
-
-
Constructor Details
-
Services
Deprecated.Use thefromString(String)factory method.Creates a new instance of Services value.
-
-
Method Details
-
fromString
Creates or finds a Services from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Services.
-
values
Gets known Services values.- Returns:
- known Services values.
-
fromString(String)factory method.