Class Kind

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Kind>
com.azure.resourcemanager.storage.models.Kind
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class Kind extends com.azure.core.util.ExpandableStringEnum<Kind>
Indicates the type of storage account.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Kind
    Static value BlobStorage for Kind.
    static final Kind
    Static value BlockBlobStorage for Kind.
    static final Kind
    Static value FileStorage for Kind.
    static final Kind
    Static value Storage for Kind.
    static final Kind
    Static value StorageV2 for Kind.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Kind
    Creates or finds a Kind from its string representation.
    Gets known Kind values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • STORAGE

      public static final Kind STORAGE
      Static value Storage for Kind.
    • STORAGE_V2

      public static final Kind STORAGE_V2
      Static value StorageV2 for Kind.
    • BLOB_STORAGE

      public static final Kind BLOB_STORAGE
      Static value BlobStorage for Kind.
    • FILE_STORAGE

      public static final Kind FILE_STORAGE
      Static value FileStorage for Kind.
    • BLOCK_BLOB_STORAGE

      public static final Kind BLOCK_BLOB_STORAGE
      Static value BlockBlobStorage for Kind.
  • Constructor Details

  • 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<Kind> values()
      Gets known Kind values.
      Returns:
      known Kind values.