Aracılığıyla paylaş


Kind Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.storage.Kind

public final class Kind
extends com.microsoft.rest.ExpandableStringEnum<Kind>

Defines values for Kind.

Field Summary

Modifier and Type Field and Description
static final Kind BLOB_STORAGE

Static value BlobStorage for Kind.

static final Kind BLOCK_BLOB_STORAGE

Static value BlockBlobStorage for Kind.

static final Kind FILE_STORAGE

Static value FileStorage for Kind.

static final Kind STORAGE

Static value Storage for Kind.

static final Kind STORAGE_V2

Static value StorageV2 for Kind.

Constructor Summary

Constructor Description
Kind()

Method Summary

Modifier and Type Method and Description
static Kind fromString(String name)

Creates or finds a Kind from its string representation.

static java.util.Collection<Kind> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

BLOB_STORAGE

public static final Kind BLOB_STORAGE

Static value BlobStorage for Kind.

BLOCK_BLOB_STORAGE

public static final Kind BLOCK_BLOB_STORAGE

Static value BlockBlobStorage for Kind.

FILE_STORAGE

public static final Kind FILE_STORAGE

Static value FileStorage for Kind.

STORAGE

public static final Kind STORAGE

Static value Storage for Kind.

STORAGE_V2

public static final Kind STORAGE_V2

Static value StorageV2 for Kind.

Constructor Details

Kind

public Kind()

Method Details

fromString

public static Kind fromString(String name)

Creates or finds a Kind from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding Kind

values

public static Collection values()

Returns:

known Kind values

Applies to