你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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