共用方式為


ServiceTypeDeltaHealthPolicy Constructors

Definition

Overloads

ServiceTypeDeltaHealthPolicy()

Initializes a new instance of the ServiceTypeDeltaHealthPolicy class.

ServiceTypeDeltaHealthPolicy(Nullable<Int32>)

Initializes a new instance of the ServiceTypeDeltaHealthPolicy class.

ServiceTypeDeltaHealthPolicy()

Initializes a new instance of the ServiceTypeDeltaHealthPolicy class.

public ServiceTypeDeltaHealthPolicy ();
Public Sub New ()

Applies to

ServiceTypeDeltaHealthPolicy(Nullable<Int32>)

Initializes a new instance of the ServiceTypeDeltaHealthPolicy class.

public ServiceTypeDeltaHealthPolicy (int? maxPercentDeltaUnhealthyServices = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy : Nullable<int> -> Microsoft.Azure.Management.ServiceFabric.Models.ServiceTypeDeltaHealthPolicy
Public Sub New (Optional maxPercentDeltaUnhealthyServices As Nullable(Of Integer) = Nothing)

Parameters

maxPercentDeltaUnhealthyServices
Nullable<Int32>

The maximum allowed percentage of services health degradation allowed during cluster upgrades. The delta is measured between the state of the services at the beginning of upgrade and the state of the services 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