Class OSDiskType


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

      • MANAGED

        public static final OSDiskType MANAGED
        Static value Managed for OSDiskType.
      • EPHEMERAL

        public static final OSDiskType EPHEMERAL
        Static value Ephemeral for OSDiskType.
    • Constructor Detail

      • OSDiskType

        public OSDiskType()
    • Method Detail

      • fromString

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