LoadBalancingRule.UpdateDefinitionStages.WithProbe<ReturnT> Interface

Type Parameters

ReturnT

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

public static interface LoadBalancingRule.UpdateDefinitionStages.WithProbe

The stage of a load balancing rule definition allowing to specify the probe to associate with the rule.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withProbe(String name)

Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.

Method Details

withProbe

public abstract LoadBalancingRule.UpdateDefinitionStages.WithAttach withProbe(String name)

Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.

Parameters:

name - the name of an existing HTTP or TCP probe

Returns:

the next stage of the definition

Applies to