LoadBalancerOutboundRules interface
Interface representing a LoadBalancerOutboundRules.
Methods
get(string, string, string, Load |
Gets the specified load balancer outbound rule. |
list(string, string, Load |
Gets all the outbound rules in a load balancer. |
Method Details
get(string, string, string, LoadBalancerOutboundRulesGetOptionalParams)
Gets the specified load balancer outbound rule.
function get(resourceGroupName: string, loadBalancerName: string, outboundRuleName: string, options?: LoadBalancerOutboundRulesGetOptionalParams): Promise<OutboundRule>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- loadBalancerName
-
string
The name of the load balancer.
- outboundRuleName
-
string
The name of the outbound rule.
The options parameters.
Returns
Promise<OutboundRule>
list(string, string, LoadBalancerOutboundRulesListOptionalParams)
Gets all the outbound rules in a load balancer.
function list(resourceGroupName: string, loadBalancerName: string, options?: LoadBalancerOutboundRulesListOptionalParams): PagedAsyncIterableIterator<OutboundRule, OutboundRule[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- loadBalancerName
-
string
The name of the load balancer.
The options parameters.