ScopeConnectionState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ScopeConnectionState
- com.
- com.
public final class ScopeConnectionState
extends ExpandableStringEnum<ScopeConnectionState>
The current scope connection state.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Scope |
CONFLICT
Static value Conflict for Scope |
static final
Scope |
CONNECTED
Static value Connected for Scope |
static final
Scope |
PENDING
Static value Pending for Scope |
static final
Scope |
REJECTED
Static value Rejected for Scope |
static final
Scope |
REVOKED
Static value Revoked for Scope |
Constructor Summary
Constructor | Description |
---|---|
ScopeConnectionState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Scope |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Scope |
fromString(String name)
Creates or finds a Scope |
static
Collection<Scope |
values()
Gets known Scope |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONFLICT
public static final ScopeConnectionState CONFLICT
Static value Conflict for ScopeConnectionState.
CONNECTED
public static final ScopeConnectionState CONNECTED
Static value Connected for ScopeConnectionState.
PENDING
public static final ScopeConnectionState PENDING
Static value Pending for ScopeConnectionState.
REJECTED
public static final ScopeConnectionState REJECTED
Static value Rejected for ScopeConnectionState.
REVOKED
public static final ScopeConnectionState REVOKED
Static value Revoked for ScopeConnectionState.
Constructor Details
ScopeConnectionState
@Deprecated
public ScopeConnectionState()
Deprecated
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:
Returns:
values
public static Collection
Gets known ScopeConnectionState values.
Returns:
Applies to
Azure SDK for Java