Class Services
- 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>
Defines values for Services.
-
-
Constructor Summary
Constructors Constructor Description Services()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServicesfromString(String name)Creates or finds a Services from its string representation.static Collection<Services>values()
-
-
-
Method Detail
-
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.
-
-