This documentation is archived and is not being maintained.
DeploymentChangeConfigurationParameters.TreatWarningsAsError Property
Gets or sets whether to treat package validation warnings as errors.
Namespace:
Microsoft.WindowsAzure.Management.Compute.ModelsAssembly:
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