VpnConnectionsClient Interface
public interface VpnConnectionsClient
An instance of this class provides access to all the operations defined in VpnConnectionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VpnConnectionInner>,VpnConnectionInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VpnConnectionInner>,VpnConnectionInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, Context context)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<VpnConnectionInner>,VpnConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String gatewayName, String connectionName)
Deletes a vpn connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String gatewayName, String connectionName, Context context)
Deletes a vpn connection.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String gatewayName, String connectionName)
Deletes a vpn connection.
Parameters:
Returns:
beginStartPacketCapture
public abstract SyncPoller<PollResult<String>,String> beginStartPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStartPacketCapture
public abstract SyncPoller<PollResult<String>,String> beginStartPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters, Context context)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStartPacketCaptureAsync
public abstract PollerFlux<PollResult<String>,String> beginStartPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStartPacketCaptureAsync
public abstract PollerFlux<PollResult<String>,String> beginStartPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStopPacketCapture
public abstract SyncPoller<PollResult<String>,String> beginStopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStopPacketCapture
public abstract SyncPoller<PollResult<String>,String> beginStopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters, Context context)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStopPacketCaptureAsync
public abstract PollerFlux<PollResult<String>,String> beginStopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStopPacketCaptureAsync
public abstract PollerFlux<PollResult<String>,String> beginStopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
createOrUpdate
public abstract VpnConnectionInner createOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
Parameters:
Returns:
createOrUpdate
public abstract VpnConnectionInner createOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, Context context)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<VpnConnectionInner> createOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String gatewayName, String connectionName)
Deletes a vpn connection.
Parameters:
delete
public abstract void delete(String resourceGroupName, String gatewayName, String connectionName, Context context)
Deletes a vpn connection.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String gatewayName, String connectionName)
Deletes a vpn connection.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName)
Deletes a vpn connection.
Parameters:
Returns:
get
public abstract VpnConnectionInner get(String resourceGroupName, String gatewayName, String connectionName)
Retrieves the details of a vpn connection.
Parameters:
Returns:
getAsync
public abstract Mono<VpnConnectionInner> getAsync(String resourceGroupName, String gatewayName, String connectionName)
Retrieves the details of a vpn connection.
Parameters:
Returns:
getWithResponse
public abstract Response<VpnConnectionInner> getWithResponse(String resourceGroupName, String gatewayName, String connectionName, Context context)
Retrieves the details of a vpn connection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<VpnConnectionInner>> getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName)
Retrieves the details of a vpn connection.
Parameters:
Returns:
listByVpnGateway
public abstract PagedIterable<VpnConnectionInner> listByVpnGateway(String resourceGroupName, String gatewayName)
Retrieves all vpn connections for a particular virtual wan vpn gateway.
Parameters:
Returns:
listByVpnGateway
public abstract PagedIterable<VpnConnectionInner> listByVpnGateway(String resourceGroupName, String gatewayName, Context context)
Retrieves all vpn connections for a particular virtual wan vpn gateway.
Parameters:
Returns:
listByVpnGatewayAsync
public abstract PagedFlux<VpnConnectionInner> listByVpnGatewayAsync(String resourceGroupName, String gatewayName)
Retrieves all vpn connections for a particular virtual wan vpn gateway.
Parameters:
Returns:
startPacketCapture
public abstract String startPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
startPacketCapture
public abstract String startPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters, Context context)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
startPacketCaptureAsync
public abstract Mono<String> startPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
startPacketCaptureAsync
public abstract Mono<String> startPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
startPacketCaptureWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> startPacketCaptureWithResponseAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
stopPacketCapture
public abstract String stopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
stopPacketCapture
public abstract String stopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters, Context context)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
stopPacketCaptureAsync
public abstract Mono<String> stopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
stopPacketCaptureAsync
public abstract Mono<String> stopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
stopPacketCaptureWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> stopPacketCaptureWithResponseAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns: