次の方法で共有


SiteSourceControlInner.DeploymentRollbackEnabled プロパティ

定義

展開ロールバックを有効にするには、lt;code>true</code> を取得または設定&します。それ以外の場合は、<code>false</code>。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deploymentRollbackEnabled")]
public bool? DeploymentRollbackEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deploymentRollbackEnabled")>]
member this.DeploymentRollbackEnabled : Nullable<bool> with get, set
Public Property DeploymentRollbackEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象