LoadBalancerLoadBalancingRulesClient Interface
public interface LoadBalancerLoadBalancingRulesClient
An instance of this class provides access to all the operations defined in LoadBalancerLoadBalancingRulesClient.
Method Summary
Method Details
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:
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