ApplicationGatewayProbe.DefinitionStages.WithRetries<ParentT> 接口
定义
Stage of an application gateway probe definition allowing to specify the number of retries before the server is considered unhealthy.
public interface WithRetries<ParentT>
类型参数
- ParentT
the stage of the parent application gateway definition to return to after attaching this definition
方法
withRetriesBeforeUnhealthy(int retryCount) |
Specifies the number of retries before the server is considered unhealthy. |