共用方式為


ServiceTypeHealthPolicy Constructors

Definition

Overloads

ServiceTypeHealthPolicy()

Initializes a new instance of the ServiceTypeHealthPolicy class.

ServiceTypeHealthPolicy(Nullable<Int32>)

Initializes a new instance of the ServiceTypeHealthPolicy class.

ServiceTypeHealthPolicy()

Initializes a new instance of the ServiceTypeHealthPolicy class.

public ServiceTypeHealthPolicy ();
Public Sub New ()

Applies to

ServiceTypeHealthPolicy(Nullable<Int32>)

Initializes a new instance of the ServiceTypeHealthPolicy class.

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

Parameters

maxPercentUnhealthyServices
Nullable<Int32>

The maximum percentage of services allowed to be unhealthy before your application is considered in error.

Applies to