public final class Kind extends com.azure.core.util.ExpandableStringEnum<Kind>
| Modifier and Type | Field and Description |
|---|---|
static Kind |
BLOB_STORAGE
Static value BlobStorage for Kind.
|
static Kind |
BLOCK_BLOB_STORAGE
Static value BlockBlobStorage for Kind.
|
static Kind |
FILE_STORAGE
Static value FileStorage for Kind.
|
static Kind |
STORAGE
Static value Storage for Kind.
|
static Kind |
STORAGE_V2
Static value StorageV2 for Kind.
|
| Constructor and Description |
|---|
Kind() |
| Modifier and Type | Method and Description |
|---|---|
static Kind |
fromString(String name)
Creates or finds a Kind from its string representation.
|
static Collection<Kind> |
values() |
public static final Kind STORAGE
public static final Kind STORAGE_V2
public static final Kind BLOB_STORAGE
public static final Kind FILE_STORAGE
public static final Kind BLOCK_BLOB_STORAGE
public static Kind fromString(String name)
name - a name to look for.public static Collection<Kind> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.