Bagikan melalui


ManagedClusterUpgradeDeltaHealthPolicy(Int32) Constructor

Definition

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