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

LoadBalancerNetworkInterfaces interface

Interface representing a LoadBalancerNetworkInterfaces.

Methods

list(string, string, LoadBalancerNetworkInterfacesListOptionalParams)

Gets associated load balancer network interfaces.

Method Details

list(string, string, LoadBalancerNetworkInterfacesListOptionalParams)

Gets associated load balancer network interfaces.

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

Parameters

resourceGroupName

string

The name of the resource group.

loadBalancerName

string

The name of the load balancer.

options
LoadBalancerNetworkInterfacesListOptionalParams

The options parameters.

Returns