Compartir a través de


LocalNetworkGatewaysOperationsExtensions.List Método

Definición

Obtiene todas las puertas de enlace de red local de un grupo de recursos.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.LocalNetworkGateway> List(this Microsoft.Azure.Management.Network.ILocalNetworkGatewaysOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Network.ILocalNetworkGatewaysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.LocalNetworkGateway>
<Extension()>
Public Function List (operations As ILocalNetworkGatewaysOperations, resourceGroupName As String) As IPage(Of LocalNetworkGateway)

Parámetros

operations
ILocalNetworkGatewaysOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

Devoluciones

Se aplica a