VirtualMachineRunCommandUpdate.TreatFailureAsDeploymentFailure プロパティ

定義

省略可能な 値を取得または設定します。 true に設定すると、スクリプト内のエラーはデプロイに失敗し、ProvisioningState は Failed としてマークされます。 false に設定すると、ProvisioningState は、実行コマンドが拡張機能プラットフォームによって実行されたかどうかのみが反映されます。スクリプトが失敗した場合にスクリプトが失敗したかどうかは示されません。 スクリプトエラーが発生した場合の run コマンドのインスタンス ビューを参照して、executionMessage、output、error を表示します。 https://aka.ms/runcommandmanaged#get-execution-status-and-results

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象