public final class State extends com.azure.core.util.ExpandableStringEnum<State>
| Modifier and Type | Field and Description |
|---|---|
static State |
DEPROVISIONING
Static value deprovisioning for State.
|
static State |
FAILED
Static value failed for State.
|
static State |
NETWORK_SOURCE_DELETED
Static value networkSourceDeleted for State.
|
static State |
PROVISIONING
Static value provisioning for State.
|
static State |
SUCCEEDED
Static value succeeded for State.
|
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
static State |
fromString(String name)
Creates or finds a State from its string representation.
|
static Collection<State> |
values() |
public static final State PROVISIONING
public static final State DEPROVISIONING
public static final State SUCCEEDED
public static final State FAILED
public static final State NETWORK_SOURCE_DELETED
public static State fromString(String name)
name - a name to look for.public static Collection<State> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.