Class LinkState


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

      • LINKED

        public static final LinkState LINKED
        Static value Linked for LinkState.
      • LINKING

        public static final LinkState LINKING
        Static value Linking for LinkState.
      • UNLINKING

        public static final LinkState UNLINKING
        Static value Unlinking for LinkState.
      • LINK_FAILED

        public static final LinkState LINK_FAILED
        Static value LinkFailed for LinkState.
      • UNLINK_FAILED

        public static final LinkState UNLINK_FAILED
        Static value UnlinkFailed for LinkState.
    • Constructor Detail

      • LinkState

        public LinkState()
    • Method Detail

      • fromString

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