LoadBalancerOutboundRulesOperations interface
Interface representing a LoadBalancerOutboundRules operations.
Properties
| get | Gets the specified load balancer outbound rule. |
| list | Gets all the outbound rules in a load balancer. |
Property Details
get
Gets the specified load balancer outbound rule.
get: (resourceGroupName: string, loadBalancerName: string, outboundRuleName: string, options?: LoadBalancerOutboundRulesGetOptionalParams) => Promise<OutboundRule>
Property Value
(resourceGroupName: string, loadBalancerName: string, outboundRuleName: string, options?: LoadBalancerOutboundRulesGetOptionalParams) => Promise<OutboundRule>
list
Gets all the outbound rules in a load balancer.
list: (resourceGroupName: string, loadBalancerName: string, options?: LoadBalancerOutboundRulesListOptionalParams) => PagedAsyncIterableIterator<OutboundRule, OutboundRule[], PageSettings>
Property Value
(resourceGroupName: string, loadBalancerName: string, options?: LoadBalancerOutboundRulesListOptionalParams) => PagedAsyncIterableIterator<OutboundRule, OutboundRule[], PageSettings>