VpnConnectionsOperationsExtensions Class

Definition

Extension methods for VpnConnectionsOperations.

public static class VpnConnectionsOperationsExtensions
type VpnConnectionsOperationsExtensions = class
Public Module VpnConnectionsOperationsExtensions
Inheritance
VpnConnectionsOperationsExtensions

Methods

BeginCreateOrUpdate(IVpnConnectionsOperations, String, String, String, VpnConnection)

Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.

BeginCreateOrUpdateAsync(IVpnConnectionsOperations, String, String, String, VpnConnection, CancellationToken)

Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.

BeginDelete(IVpnConnectionsOperations, String, String, String)

Deletes a vpn connection.

BeginDeleteAsync(IVpnConnectionsOperations, String, String, String, CancellationToken)

Deletes a vpn connection.

BeginStartPacketCapture(IVpnConnectionsOperations, String, String, String, VpnConnectionPacketCaptureStartParameters)

Starts packet capture on Vpn connection in the specified resource group.

BeginStartPacketCaptureAsync(IVpnConnectionsOperations, String, String, String, VpnConnectionPacketCaptureStartParameters, CancellationToken)

Starts packet capture on Vpn connection in the specified resource group.

BeginStopPacketCapture(IVpnConnectionsOperations, String, String, String, VpnConnectionPacketCaptureStopParameters)

Stops packet capture on Vpn connection in the specified resource group.

BeginStopPacketCaptureAsync(IVpnConnectionsOperations, String, String, String, VpnConnectionPacketCaptureStopParameters, CancellationToken)

Stops packet capture on Vpn connection in the specified resource group.

CreateOrUpdate(IVpnConnectionsOperations, String, String, String, VpnConnection)

Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.

CreateOrUpdateAsync(IVpnConnectionsOperations, String, String, String, VpnConnection, CancellationToken)

Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.

Delete(IVpnConnectionsOperations, String, String, String)

Deletes a vpn connection.

DeleteAsync(IVpnConnectionsOperations, String, String, String, CancellationToken)

Deletes a vpn connection.

Get(IVpnConnectionsOperations, String, String, String)

Retrieves the details of a vpn connection.

GetAsync(IVpnConnectionsOperations, String, String, String, CancellationToken)

Retrieves the details of a vpn connection.

ListByVpnGateway(IVpnConnectionsOperations, String, String)

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

ListByVpnGatewayAsync(IVpnConnectionsOperations, String, String, CancellationToken)

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

ListByVpnGatewayNext(IVpnConnectionsOperations, String)

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

ListByVpnGatewayNextAsync(IVpnConnectionsOperations, String, CancellationToken)

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

StartPacketCapture(IVpnConnectionsOperations, String, String, String, VpnConnectionPacketCaptureStartParameters)

Starts packet capture on Vpn connection in the specified resource group.

StartPacketCaptureAsync(IVpnConnectionsOperations, String, String, String, VpnConnectionPacketCaptureStartParameters, CancellationToken)

Starts packet capture on Vpn connection in the specified resource group.

StopPacketCapture(IVpnConnectionsOperations, String, String, String, VpnConnectionPacketCaptureStopParameters)

Stops packet capture on Vpn connection in the specified resource group.

StopPacketCaptureAsync(IVpnConnectionsOperations, String, String, String, VpnConnectionPacketCaptureStopParameters, CancellationToken)

Stops packet capture on Vpn connection in the specified resource group.

Applies to