LoadBalancerOutboundRulesClient Interface
public interface LoadBalancerOutboundRulesClient
An instance of this class provides access to all the operations defined in LoadBalancerOutboundRulesClient.
Method Summary
Method Details
get
public abstract OutboundRuleInner get(String resourceGroupName, String loadBalancerName, String outboundRuleName)
Gets the specified load balancer outbound rule.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified load balancer outbound rule.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified load balancer outbound rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified load balancer outbound rule.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the outbound rules in a load balancer.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the outbound rules in a load balancer.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all the outbound rules in a load balancer.
Parameters:
Returns:
Applies to
Azure SDK for Java