Class ScopeConnectionState

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

public final class ScopeConnectionState extends com.azure.core.util.ExpandableStringEnum<ScopeConnectionState>
The current scope connection state.
  • Field Details

    • CONNECTED

      public static final ScopeConnectionState CONNECTED
      Static value Connected for ScopeConnectionState.
    • PENDING

      public static final ScopeConnectionState PENDING
      Static value Pending for ScopeConnectionState.
    • CONFLICT

      public static final ScopeConnectionState CONFLICT
      Static value Conflict for ScopeConnectionState.
    • REVOKED

      public static final ScopeConnectionState REVOKED
      Static value Revoked for ScopeConnectionState.
    • REJECTED

      public static final ScopeConnectionState REJECTED
      Static value Rejected for ScopeConnectionState.
  • Constructor Details

    • ScopeConnectionState

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

    • fromString

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

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