VirtualMachineRunCommand.TreatFailureAsDeploymentFailure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets 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
[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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET