Share via


LoadBalancerLoadBalancingRules interface

Interface representing a LoadBalancerLoadBalancingRules.

Method Details

beginHealth(string, string, string, LoadBalancerLoadBalancingRulesHealthOptionalParams)

Get health details of a load balancing rule.

function beginHealth(groupName: string, loadBalancerName: string, loadBalancingRuleName: string, options?: LoadBalancerLoadBalancingRulesHealthOptionalParams): Promise<SimplePollerLike<OperationState<LoadBalancerHealthPerRule>, LoadBalancerHealthPerRule>>

Parameters

groupName

string

The name of the resource group.

loadBalancerName

string

The name of the load balancer.

loadBalancingRuleName

string

The name of the load balancing rule.

options
LoadBalancerLoadBalancingRulesHealthOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<LoadBalancerHealthPerRule>, LoadBalancerHealthPerRule>>

beginHealthAndWait(string, string, string, LoadBalancerLoadBalancingRulesHealthOptionalParams)

Get health details of a load balancing rule.

function beginHealthAndWait(groupName: string, loadBalancerName: string, loadBalancingRuleName: string, options?: LoadBalancerLoadBalancingRulesHealthOptionalParams): Promise<LoadBalancerHealthPerRule>

Parameters

groupName

string

The name of the resource group.

loadBalancerName

string

The name of the load balancer.

loadBalancingRuleName

string

The name of the load balancing rule.

options
LoadBalancerLoadBalancingRulesHealthOptionalParams

The options parameters.

Returns

get(string, string, string, LoadBalancerLoadBalancingRulesGetOptionalParams)

Gets the specified load balancer load balancing rule.

function get(resourceGroupName: string, loadBalancerName: string, loadBalancingRuleName: string, options?: LoadBalancerLoadBalancingRulesGetOptionalParams): Promise<LoadBalancingRule>

Parameters

resourceGroupName

string

The name of the resource group.

loadBalancerName

string

The name of the load balancer.

loadBalancingRuleName

string

The name of the load balancing rule.

options
LoadBalancerLoadBalancingRulesGetOptionalParams

The options parameters.

Returns

list(string, string, LoadBalancerLoadBalancingRulesListOptionalParams)

Gets all the load balancing rules in a load balancer.

function list(resourceGroupName: string, loadBalancerName: string, options?: LoadBalancerLoadBalancingRulesListOptionalParams): PagedAsyncIterableIterator<LoadBalancingRule, LoadBalancingRule[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

loadBalancerName

string

The name of the load balancer.

options
LoadBalancerLoadBalancingRulesListOptionalParams

The options parameters.

Returns