Class StorageMountType

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

public final class StorageMountType extends com.azure.core.util.ExpandableStringEnum<StorageMountType>
Type of the storage mount.
  • Field Details

    • AZURE_FILES

      public static final StorageMountType AZURE_FILES
      Static value AzureFiles for StorageMountType.
    • LOCAL_STORAGE

      public static final StorageMountType LOCAL_STORAGE
      Static value LocalStorage for StorageMountType.
    • FILE_SHARE

      public static final StorageMountType FILE_SHARE
      Static value FileShare for StorageMountType.
  • Constructor Details

    • StorageMountType

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

    • fromString

      public static StorageMountType fromString(String name)
      Creates or finds a StorageMountType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding StorageMountType.
    • values

      public static Collection<StorageMountType> values()
      Gets known StorageMountType values.
      Returns:
      known StorageMountType values.