LoadBalancingRule.DefinitionStages.WithProbe<ReturnT> 接口
定义
The stage of a load balancing rule definition allowing to specify the probe to associate with the rule.
public interface WithProbe<ReturnT>
类型参数
- ReturnT
the stage of the parent definition to return to after attaching this definition
方法
withProbe(String name) |
Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule. |