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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ScopeConnectionStateStatic value Conflict for ScopeConnectionState.static final ScopeConnectionStateStatic value Connected for ScopeConnectionState.static final ScopeConnectionStateStatic value Pending for ScopeConnectionState.static final ScopeConnectionStateStatic value Rejected for ScopeConnectionState.static final ScopeConnectionStateStatic value Revoked for ScopeConnectionState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScopeConnectionStatefromString(String name) Creates or finds a ScopeConnectionState from its string representation.static Collection<ScopeConnectionState> values()Gets known ScopeConnectionState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CONNECTED
Static value Connected for ScopeConnectionState. -
PENDING
Static value Pending for ScopeConnectionState. -
CONFLICT
Static value Conflict for ScopeConnectionState. -
REVOKED
Static value Revoked for ScopeConnectionState. -
REJECTED
Static value Rejected for ScopeConnectionState.
-
-
Constructor Details
-
ScopeConnectionState
Deprecated.Use thefromString(String)factory method.Creates a new instance of ScopeConnectionState value.
-
-
Method Details
-
fromString
Creates or finds a ScopeConnectionState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ScopeConnectionState.
-
values
Gets known ScopeConnectionState values.- Returns:
- known ScopeConnectionState values.
-
fromString(String)factory method.