次の方法で共有


NetworkManagerDeploymentStatus.DeploymentStatus プロパティ

定義

展開の状態を取得または設定します。 指定できる値は、'NotStarted'、'Deploying'、'Deployed'、'Failed' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象