LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes

The stage of the HTTP probe definition allowing to specify the number of unsuccessful probes before failure is determined.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withNumberOfProbes(int probes)

Specifies the number of unsuccessful probes before failure is determined.

Method Details

withNumberOfProbes

public abstract LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach withNumberOfProbes(int probes)

Specifies the number of unsuccessful probes before failure is determined.

Parameters:

probes - number of probes

Returns:

the next stage of the definition

Applies to