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)
Syntax
public Nullable<bool> TreatWarningsAsError { get; set; }
public:
property Nullable<bool> TreatWarningsAsError {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member TreatWarningsAsError : Nullable<bool> with get, set
Public Property TreatWarningsAsError As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
true to treat package validation warnings as errors; otherwise, false.
Remarks
The default value is false.
See Also
DeploymentCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top