Class Kind
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Kind>
com.microsoft.azure.management.storage.Kind
Defines values for Kind.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Kind
fromString
(String name) Creates or finds a Kind from its string representation.static Collection<Kind>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
STORAGE
Static value Storage for Kind. -
STORAGE_V2
Static value StorageV2 for Kind. -
BLOB_STORAGE
Static value BlobStorage for Kind. -
FILE_STORAGE
Static value FileStorage for Kind. -
BLOCK_BLOB_STORAGE
Static value BlockBlobStorage for Kind.
-
-
Constructor Details
-
Kind
public Kind()
-
-
Method Details
-
fromString
Creates or finds a Kind from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding Kind
-
values
- Returns:
- known Kind values
-