Share via


IWithRetries.WithRetriesBeforeUnhealthy(Int32) Method

Definition

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

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate WithRetriesBeforeUnhealthy (int retryCount);
abstract member WithRetriesBeforeUnhealthy : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate
Public Function WithRetriesBeforeUnhealthy (retryCount As Integer) As IUpdate

Parameters

retryCount
Int32

A number between 1 and 20.

Returns

Applies to