ApplicationDeltaHealthPolicy 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 delta health policy used to evaluate the health of an application or one of its child entities when upgrading the cluster.
public class ApplicationDeltaHealthPolicy
type ApplicationDeltaHealthPolicy = class
Public Class ApplicationDeltaHealthPolicy
- Inheritance
-
ApplicationDeltaHealthPolicy
Constructors
ApplicationDeltaHealthPolicy() |
Initializes a new instance of the ApplicationDeltaHealthPolicy class. |
ApplicationDeltaHealthPolicy(ServiceTypeDeltaHealthPolicy, IDictionary<String,ServiceTypeDeltaHealthPolicy>) |
Initializes a new instance of the ApplicationDeltaHealthPolicy class. |
Properties
DefaultServiceTypeDeltaHealthPolicy |
Gets or sets the delta health policy used by default to evaluate the health of a service type when upgrading the cluster. |
ServiceTypeDeltaHealthPolicies |
Gets or sets the map with service type delta health policy per service type name. The map is empty by default. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET