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
Conflict. |
|
static final
Scope |
CONNECTED
Connected. |
|
static final
Scope |
PENDING
Pending. |
|
static final
Scope |
REJECTED
Rejected. |
|
static final
Scope |
REVOKED
Revoked. |
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
Conflict.
CONNECTED
public static final ScopeConnectionState CONNECTED
Connected.
PENDING
public static final ScopeConnectionState PENDING
Pending.
REJECTED
public static final ScopeConnectionState REJECTED
Rejected.
REVOKED
public static final ScopeConnectionState REVOKED
Revoked.
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<ScopeConnectionState> values()
Gets known ScopeConnectionState values.
Returns: