ManagedClusterUpgradeDeltaHealthPolicy(Int32) Constructor
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.
Initializes a new instance of ManagedClusterUpgradeDeltaHealthPolicy.
public ManagedClusterUpgradeDeltaHealthPolicy (int maxPercentDeltaUnhealthyNodes);
new Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterUpgradeDeltaHealthPolicy : int -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterUpgradeDeltaHealthPolicy
Public Sub New (maxPercentDeltaUnhealthyNodes As Integer)
Parameters
- maxPercentDeltaUnhealthyNodes
- Int32
The maximum allowed percentage of nodes health degradation allowed during cluster upgrades. The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
Applies to
Azure SDK for .NET