DeploymentChangeConfigurationParameters.TreatWarningsAsError Property

 

Gets or sets whether to treat package validation warnings as errors.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public Nullable<bool> TreatWarningsAsError { get; set; }

Property Value

Type: System.Nullable<Boolean>

true to treat package validation warnings as errors; otherwise, false.

The default value is false.

Return to top
Show: