Share via


RemediationPropertiesFailureThreshold Constructors

Definition

Overloads

RemediationPropertiesFailureThreshold()

Initializes a new instance of the RemediationPropertiesFailureThreshold class.

RemediationPropertiesFailureThreshold(Nullable<Double>)

Initializes a new instance of the RemediationPropertiesFailureThreshold class.

RemediationPropertiesFailureThreshold()

Initializes a new instance of the RemediationPropertiesFailureThreshold class.

public RemediationPropertiesFailureThreshold ();
Public Sub New ()

Applies to

RemediationPropertiesFailureThreshold(Nullable<Double>)

Initializes a new instance of the RemediationPropertiesFailureThreshold class.

public RemediationPropertiesFailureThreshold (double? percentage = default);
new Microsoft.Azure.Management.PolicyInsights.Models.RemediationPropertiesFailureThreshold : Nullable<double> -> Microsoft.Azure.Management.PolicyInsights.Models.RemediationPropertiesFailureThreshold
Public Sub New (Optional percentage As Nullable(Of Double) = Nothing)

Parameters

percentage
Nullable<Double>

A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.

Applies to