IVirtualNetworkGatewayConnectionsOperations Interface

Definition

VirtualNetworkGatewayConnectionsOperations operations.

public interface IVirtualNetworkGatewayConnectionsOperations
type IVirtualNetworkGatewayConnectionsOperations = interface
Public Interface IVirtualNetworkGatewayConnectionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, VirtualNetworkGatewayConnectionInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a virtual network gateway connection in the specified resource group.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified virtual network Gateway connection.

BeginResetSharedKeyWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken)

The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider.

BeginSetSharedKeyWithHttpMessagesAsync(String, String, ConnectionSharedKeyInner, Dictionary<String,List<String>>, CancellationToken)

The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider.

BeginStartPacketCaptureWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Starts packet capture on virtual network gateway connection in the specified resource group.

BeginStopPacketCaptureWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Stops packet capture on virtual network gateway connection in the specified resource group.

BeginUpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates a virtual network gateway connection tags.

CreateOrUpdateWithHttpMessagesAsync(String, String, VirtualNetworkGatewayConnectionInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a virtual network gateway connection in the specified resource group.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified virtual network Gateway connection.

GetSharedKeyWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual network gateway connection shared key through Network resource provider.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified virtual network gateway connection by resource group.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections created.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections created.

ResetSharedKeyWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken)

The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider.

SetSharedKeyWithHttpMessagesAsync(String, String, ConnectionSharedKeyInner, Dictionary<String,List<String>>, CancellationToken)

The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider.

StartPacketCaptureWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Starts packet capture on virtual network gateway connection in the specified resource group.

StopPacketCaptureWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Stops packet capture on virtual network gateway connection in the specified resource group.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates a virtual network gateway connection tags.

Extension Methods

BeginCreateOrUpdateAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, VirtualNetworkGatewayConnectionInner, CancellationToken)

Creates or updates a virtual network gateway connection in the specified resource group.

BeginDeleteAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, CancellationToken)

Deletes the specified virtual network Gateway connection.

BeginResetSharedKeyAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, Int32, CancellationToken)

The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider.

BeginSetSharedKeyAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, ConnectionSharedKeyInner, CancellationToken)

The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider.

BeginStartPacketCaptureAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, String, CancellationToken)

Starts packet capture on virtual network gateway connection in the specified resource group.

BeginStopPacketCaptureAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, String, CancellationToken)

Stops packet capture on virtual network gateway connection in the specified resource group.

BeginUpdateTagsAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates a virtual network gateway connection tags.

CreateOrUpdateAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, VirtualNetworkGatewayConnectionInner, CancellationToken)

Creates or updates a virtual network gateway connection in the specified resource group.

DeleteAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, CancellationToken)

Deletes the specified virtual network Gateway connection.

GetAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, CancellationToken)

Gets the specified virtual network gateway connection by resource group.

GetSharedKeyAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, CancellationToken)

The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual network gateway connection shared key through Network resource provider.

ListAsync(IVirtualNetworkGatewayConnectionsOperations, String, CancellationToken)

The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections created.

ListNextAsync(IVirtualNetworkGatewayConnectionsOperations, String, CancellationToken)

The List VirtualNetworkGatewayConnections operation retrieves all the virtual network gateways connections created.

ResetSharedKeyAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, Int32, CancellationToken)

The VirtualNetworkGatewayConnectionResetSharedKey operation resets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider.

SetSharedKeyAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, ConnectionSharedKeyInner, CancellationToken)

The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key for passed virtual network gateway connection in the specified resource group through Network resource provider.

StartPacketCaptureAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, String, CancellationToken)

Starts packet capture on virtual network gateway connection in the specified resource group.

StopPacketCaptureAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, String, CancellationToken)

Stops packet capture on virtual network gateway connection in the specified resource group.

UpdateTagsAsync(IVirtualNetworkGatewayConnectionsOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates a virtual network gateway connection tags.

Applies to