Class RebootType


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

      • PRIMARY_NODE

        public static final RebootType PRIMARY_NODE
        Static value PrimaryNode for RebootType.
      • SECONDARY_NODE

        public static final RebootType SECONDARY_NODE
        Static value SecondaryNode for RebootType.
      • ALL_NODES

        public static final RebootType ALL_NODES
        Static value AllNodes for RebootType.
    • Constructor Detail

      • RebootType

        public RebootType()
    • Method Detail

      • fromString

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