次の方法で共有


AFDStateProperties クラス

定義

afd リソースの追跡状態。

public class AFDStateProperties
type AFDStateProperties = class
Public Class AFDStateProperties
継承
AFDStateProperties
派生

コンストラクター

AFDStateProperties()

AFDStateProperties クラスの新しいインスタンスを初期化します。

AFDStateProperties(String, String)

AFDStateProperties クラスの新しいインスタンスを初期化します。

プロパティ

DeploymentStatus

使用可能な値には、'NotStarted'、'InProgress'、'Succeeded'、'Failed' が含まれます。

ProvisioningState

プロビジョニングの状態を取得します。 指定できる値は、'Succeeded'、'Failed'、'Updating'、'Deleting'、'Creating' です。

適用対象