Share via


IWithRetries<ParentT>.WithRetriesBeforeUnhealthy(Int32) Method

Definition

Specifies the number of retries before the server is considered unhealthy.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithAttach<ParentT> WithRetriesBeforeUnhealthy (int retryCount);
abstract member WithRetriesBeforeUnhealthy : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithAttach<'ParentT>
Public Function WithRetriesBeforeUnhealthy (retryCount As Integer) As IWithAttach(Of ParentT)

Parameters

retryCount
Int32

A number between 1 and 20.

Returns

IWithAttach<ParentT>

Applies to