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
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
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
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
Deletes a vpn connection.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a vpn connection.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a vpn connection.
Parameters:
Returns:
beginStartPacketCapture
public abstract SyncPoller
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStartPacketCapture
public abstract SyncPoller
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStartPacketCaptureAsync
public abstract PollerFlux
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStartPacketCaptureAsync
public abstract PollerFlux
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStopPacketCapture
public abstract SyncPoller
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStopPacketCapture
public abstract SyncPoller
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStopPacketCaptureAsync
public abstract PollerFlux
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
beginStopPacketCaptureAsync
public abstract PollerFlux
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
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
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
Deletes a vpn connection.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Retrieves the details of a vpn connection.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves the details of a vpn connection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves the details of a vpn connection.
Parameters:
Returns:
listByVpnGateway
public abstract PagedIterable
Retrieves all vpn connections for a particular virtual wan vpn gateway.
Parameters:
Returns:
listByVpnGateway
public abstract PagedIterable
Retrieves all vpn connections for a particular virtual wan vpn gateway.
Parameters:
Returns:
listByVpnGatewayAsync
public abstract PagedFlux
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
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
startPacketCaptureAsync
public abstract Mono
Starts packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
startPacketCaptureWithResponseAsync
public abstract Mono
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
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
stopPacketCaptureAsync
public abstract Mono
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
stopPacketCaptureWithResponseAsync
public abstract Mono
Stops packet capture on Vpn connection in the specified resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java