LoadBalancerProbes interface

Interface representing a LoadBalancerProbes.

Methods

get(string, string, string, LoadBalancerProbesGetOptionalParams)

Gets load balancer probe.

list(string, string, LoadBalancerProbesListOptionalParams)

Gets all the load balancer probes.

Method Details

get(string, string, string, LoadBalancerProbesGetOptionalParams)

Gets load balancer probe.

function get(resourceGroupName: string, loadBalancerName: string, probeName: string, options?: LoadBalancerProbesGetOptionalParams): Promise<Probe>

Parameters

resourceGroupName

string

The name of the resource group.

loadBalancerName

string

The name of the load balancer.

probeName

string

The name of the probe.

options
LoadBalancerProbesGetOptionalParams

The options parameters.

Returns

Promise<Probe>

list(string, string, LoadBalancerProbesListOptionalParams)

Gets all the load balancer probes.

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

Parameters

resourceGroupName

string

The name of the resource group.

loadBalancerName

string

The name of the load balancer.

options
LoadBalancerProbesListOptionalParams

The options parameters.

Returns