DeploymentCreateParameters::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:
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
Show: