DeploymentStatus クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. DeploymentStatus
- com.
- com.
public final class DeploymentStatus
extends ExpandableStringEnum<DeploymentStatus>
DeploymentStatus の値を定義します。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Deployment |
FAILED
デプロイ |
static final
Deployment |
IN_PROGRESS
デプロイ |
static final
Deployment |
NOT_STARTED
デプロイ |
static final
Deployment |
SUCCEEDED
デプロイ |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
DeploymentStatus() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
Deployment Status 値の新しいインスタンスを作成します |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Deployment |
fromString(String name)
展開 |
static
Collection<Deployment |
values()
既知の展開状態の値を取得します |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
FAILED
public static final DeploymentStatus FAILED
DeploymentStatus の静的値 Failed。
IN_PROGRESS
public static final DeploymentStatus IN_PROGRESS
DeploymentStatus の静的な値 InProgress。
NOT_STARTED
public static final DeploymentStatus NOT_STARTED
DeploymentStatus の静的な値 NotStarted。
SUCCEEDED
public static final DeploymentStatus SUCCEEDED
DeploymentStatus の静的値 Succeeded。
コンストラクターの詳細
DeploymentStatus
@Deprecated
public DeploymentStatus()
非推奨
DeploymentStatus 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static DeploymentStatus fromString(String name)
DeploymentStatus を文字列表現から作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の DeploymentStatus 値を取得します。
Returns:
適用対象
Azure SDK for Java