次の方法で共有


AFDStateProperties.DeploymentStatus プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="deploymentStatus")]
public string DeploymentStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deploymentStatus")>]
member this.DeploymentStatus : string
Public ReadOnly Property DeploymentStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象