Class Format
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<Format>
-
- com.azure.resourcemanager.storage.models.Format
-
public final class Format extends com.azure.core.util.ExpandableStringEnum<Format>
Defines values for Format.
-
-
Constructor Summary
Constructors Constructor Description Format()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FormatfromString(String name)Creates or finds a Format from its string representation.static Collection<Format>values()
-
-
-
Method Detail
-
fromString
public static Format fromString(String name)
Creates or finds a Format from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Format.
-
values
public static Collection<Format> values()
- Returns:
- known Format values.
-
-