This documentation is archived and is not being maintained.
DeploymentCreateParameters::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:
property Nullable<bool> TreatWarningsAsError {
Nullable<bool> get();
void set(Nullable<bool> value);
}
Property Value
Type:
System::Nullable<Boolean>true to treat package validation warnings as errors; otherwise, false.
The default value is false.
Return to top