Class Services
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Services>
com.microsoft.azure.management.storage.Services
Defines values for Services.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Services
fromString
(String name) Creates or finds a Services from its string representation.static Collection<Services>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
public Services()
-
-
Method Details
-
fromString
Creates or finds a Services from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding Services
-
values
- Returns:
- known Services values
-