LoadBalancerLoadBalancingRulesClient Interface
public interface LoadBalancerLoadBalancingRulesClient
An instance of this class provides access to all the operations defined in LoadBalancerLoadBalancingRulesClient.
Method Summary
Method Details
beginHealth
public abstract SyncPoller
Get health details of a load balancing rule.
Parameters:
Returns:
beginHealth
public abstract SyncPoller
Get health details of a load balancing rule.
Parameters:
Returns:
beginHealthAsync
public abstract PollerFlux
Get health details of a load balancing rule.
Parameters:
Returns:
get
public abstract LoadBalancingRuleInner get(String resourceGroupName, String loadBalancerName, String loadBalancingRuleName)
Gets the specified load balancer load balancing rule.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified load balancer load balancing rule.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified load balancer load balancing rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified load balancer load balancing rule.
Parameters:
Returns:
health
public abstract LoadBalancerHealthPerRuleInner health(String groupName, String loadBalancerName, String loadBalancingRuleName)
Get health details of a load balancing rule.
Parameters:
Returns:
health
public abstract LoadBalancerHealthPerRuleInner health(String groupName, String loadBalancerName, String loadBalancingRuleName, Context context)
Get health details of a load balancing rule.
Parameters:
Returns:
healthAsync
public abstract Mono
Get health details of a load balancing rule.
Parameters:
Returns:
healthWithResponseAsync
public abstract Mono
Get health details of a load balancing rule.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the load balancing rules in a load balancer.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the load balancing rules in a load balancer.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all the load balancing rules in a load balancer.
Parameters:
Returns:
Applies to
Azure SDK for Java