Edit

Share via


ResourceUsageThresholds.UnhealthyUtilizationPercentage Property

Definition

Gets or sets the percentage threshold for the unhealthy state.

public:
 property Nullable<double> UnhealthyUtilizationPercentage { Nullable<double> get(); void set(Nullable<double> value); };
[System.ComponentModel.DataAnnotations.Range(0, 100)]
public double? UnhealthyUtilizationPercentage { get; set; }
[<System.ComponentModel.DataAnnotations.Range(0, 100)>]
member this.UnhealthyUtilizationPercentage : Nullable<double> with get, set
Public Property UnhealthyUtilizationPercentage As Nullable(Of Double)

Property Value

The default value is null.

Attributes

Applies to