共用方式為


VpnConnectionsOperationsExtensions.ListByVpnGatewayAsync Method

Definition

Retrieves all vpn connections for a particular virtual wan vpn gateway.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionInner>> ListByVpnGatewayAsync (this Microsoft.Azure.Management.Network.Fluent.IVpnConnectionsOperations operations, string resourceGroupName, string gatewayName, System.Threading.CancellationToken cancellationToken = default);
static member ListByVpnGatewayAsync : Microsoft.Azure.Management.Network.Fluent.IVpnConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionInner>>
<Extension()>
Public Function ListByVpnGatewayAsync (operations As IVpnConnectionsOperations, resourceGroupName As String, gatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VpnConnectionInner))

Parameters

operations
IVpnConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name of the VpnGateway.

gatewayName
String

The name of the gateway.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to