LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath<ParentT> 接口
定义
The stage of the probe definition allowing to specify the HTTP request path for the probe to monitor.
public interface WithRequestPath<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withRequestPath(String requestPath) |
Specifies the HTTP request path for the probe to monitor. |