Class StorageTargetType


  • public final class StorageTargetType
    extends com.azure.core.util.ExpandableStringEnum<StorageTargetType>
    Defines values for StorageTargetType.
    • Field Detail

      • NFS3

        public static final StorageTargetType NFS3
        Static value nfs3 for StorageTargetType.
      • CLFS

        public static final StorageTargetType CLFS
        Static value clfs for StorageTargetType.
      • UNKNOWN

        public static final StorageTargetType UNKNOWN
        Static value unknown for StorageTargetType.
      • BLOB_NFS

        public static final StorageTargetType BLOB_NFS
        Static value blobNfs for StorageTargetType.
    • Constructor Detail

      • StorageTargetType

        public StorageTargetType()
    • Method Detail

      • fromString

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