ApplicationHealthPolicy.MaxPercentUnhealthyDeployedApplications Property

Definition

Gets or sets the maximum allowed percentage of unhealthy deployed applications.

public byte MaxPercentUnhealthyDeployedApplications { get; set; }
member this.MaxPercentUnhealthyDeployedApplications : byte with get, set
Public Property MaxPercentUnhealthyDeployedApplications As Byte

Property Value

The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.

Exceptions

The specified value was outside the range of integer values from zero to 100.

Remarks

The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error. This is calculated by dividing the number of unhealthy deployed applications over the number of nodes that the applications are currently deployed on in the cluster. The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage: zero.

Applies to