Share via


VirtualMachineRunCommandData.TreatFailureAsDeploymentFailure Property

Definition

Optional. If set to true, any failure in the script will fail the deployment and ProvisioningState will be marked as Failed. If set to false, ProvisioningState would only reflect whether the run command was run or not by the extensions platform, it would not indicate whether script failed in case of script failures. See instance view of run command in case of script failures to see executionMessage, output, error: https://aka.ms/runcommandmanaged#get-execution-status-and-results.

public bool? TreatFailureAsDeploymentFailure { get; set; }
member this.TreatFailureAsDeploymentFailure : Nullable<bool> with get, set
Public Property TreatFailureAsDeploymentFailure As Nullable(Of Boolean)

Property Value

Applies to