public final class Kind extends com.microsoft.rest.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 forpublic static Collection<Kind> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/