ArmApplicationHealthPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a health policy used to evaluate the health of an application or one of its children entities.
public class ArmApplicationHealthPolicy
type ArmApplicationHealthPolicy = class
Public Class ArmApplicationHealthPolicy
- Inheritance
-
ArmApplicationHealthPolicy
Constructors
ArmApplicationHealthPolicy() |
Initializes a new instance of the ArmApplicationHealthPolicy class. |
ArmApplicationHealthPolicy(Nullable<Boolean>, Nullable<Int32>, ArmServiceTypeHealthPolicy, IDictionary<String,ArmServiceTypeHealthPolicy>) |
Initializes a new instance of the ArmApplicationHealthPolicy class. |
Properties
ConsiderWarningAsError |
Gets or sets indicates whether warnings are treated with the same severity as errors. |
DefaultServiceTypeHealthPolicy |
Gets or sets the health policy used by default to evaluate the health of a service type. |
MaxPercentUnhealthyDeployedApplications |
Gets or sets the maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100. 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 where the application is currently deployed on in the cluster. The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero. |
ServiceTypeHealthPolicyMap |
Gets or sets the map with service type health policy per service type name. The map is empty by default. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET