public final class DeploymentStatus extends com.azure.core.util.ExpandableStringEnum<DeploymentStatus>
| Modifier and Type | Field and Description |
|---|---|
static DeploymentStatus |
FAILED
Static value Failed for DeploymentStatus.
|
static DeploymentStatus |
IN_PROGRESS
Static value InProgress for DeploymentStatus.
|
static DeploymentStatus |
NOT_STARTED
Static value NotStarted for DeploymentStatus.
|
static DeploymentStatus |
SUCCEEDED
Static value Succeeded for DeploymentStatus.
|
| Constructor and Description |
|---|
DeploymentStatus() |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStatus |
fromString(String name)
Creates or finds a DeploymentStatus from its string representation.
|
static Collection<DeploymentStatus> |
values() |
public static final DeploymentStatus NOT_STARTED
public static final DeploymentStatus IN_PROGRESS
public static final DeploymentStatus SUCCEEDED
public static final DeploymentStatus FAILED
public static DeploymentStatus fromString(String name)
name - a name to look for.public static Collection<DeploymentStatus> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.