Class StorageResourceType

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

public class StorageResourceType extends com.azure.core.util.ExpandableStringEnum<StorageResourceType>
Storage resource types.
  • Field Details

    • STORAGE_ACCOUNTS

      public static final StorageResourceType STORAGE_ACCOUNTS
      Static value storageAccounts for StorageResourceType.
  • Constructor Details

    • StorageResourceType

      @Deprecated public StorageResourceType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of StorageResourceType value.
  • Method Details

    • fromString

      public static StorageResourceType fromString(String str)
      Finds or creates storage resource type based on the specified string.
      Parameters:
      str - the storage resource type in string format
      Returns:
      an instance of StorageResourceType
    • values

      public static Collection<StorageResourceType> values()
      Gets known storage resource types.
      Returns:
      known storage resource types