Interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>
-
- Type Parameters:
ParentT- the parent resource type
- All Known Subinterfaces:
LoadBalancerTcpProbe.UpdateDefinition<ParentT>,LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- LoadBalancerTcpProbe.UpdateDefinitionStages
public static interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>The stage of the TCP probe definition allowing to specify the number of unsuccessful probes before failure is determined.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT>withNumberOfProbes(int probes)Specifies the number of unsuccessful probes before failure is determined.
-
-
-
Method Detail
-
withNumberOfProbes
LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach<ParentT> 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
-
-