ApplicationHealthPolicy 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 ApplicationHealthPolicy
type ApplicationHealthPolicy = class
Public Class ApplicationHealthPolicy
- Inheritance
-
ApplicationHealthPolicy
Constructors
ApplicationHealthPolicy() |
Initializes a new instance of the ApplicationHealthPolicy class. |
ApplicationHealthPolicy(ServiceTypeHealthPolicy, IDictionary<String,ServiceTypeHealthPolicy>) |
Initializes a new instance of the ApplicationHealthPolicy class. |
Properties
DefaultServiceTypeHealthPolicy |
Gets or sets the health policy used by default to evaluate the health of a service type. |
ServiceTypeHealthPolicies |
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