VpnSiteLinkConnectionsClient Interface

public interface VpnSiteLinkConnectionsClient

An instance of this class provides access to all the operations defined in VpnSiteLinkConnectionsClient.

Method Summary

Modifier and Type Method and Description
abstract VpnSiteLinkConnectionInner get(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)

Retrieves the details of a vpn site link connection.

abstract Mono<VpnSiteLinkConnectionInner> getAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)

Retrieves the details of a vpn site link connection.

abstract Response<VpnSiteLinkConnectionInner> getWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, Context context)

Retrieves the details of a vpn site link connection.

abstract Mono<Response<VpnSiteLinkConnectionInner>> getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)

Retrieves the details of a vpn site link connection.

Method Details

get

public abstract VpnSiteLinkConnectionInner get(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)

Retrieves the details of a vpn site link connection.

Parameters:

resourceGroupName - The resource group name of the VpnGateway.
gatewayName - The name of the gateway.
connectionName - The name of the vpn connection.
linkConnectionName - The name of the vpn connection.

Returns:

vpnSiteLinkConnection Resource.

getAsync

public abstract Mono getAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)

Retrieves the details of a vpn site link connection.

Parameters:

resourceGroupName - The resource group name of the VpnGateway.
gatewayName - The name of the gateway.
connectionName - The name of the vpn connection.
linkConnectionName - The name of the vpn connection.

Returns:

vpnSiteLinkConnection Resource on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, Context context)

Retrieves the details of a vpn site link connection.

Parameters:

resourceGroupName - The resource group name of the VpnGateway.
gatewayName - The name of the gateway.
connectionName - The name of the vpn connection.
linkConnectionName - The name of the vpn connection.
context - The context to associate with this operation.

Returns:

vpnSiteLinkConnection Resource along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)

Retrieves the details of a vpn site link connection.

Parameters:

resourceGroupName - The resource group name of the VpnGateway.
gatewayName - The name of the gateway.
connectionName - The name of the vpn connection.
linkConnectionName - The name of the vpn connection.

Returns:

vpnSiteLinkConnection Resource along with Response<T> on successful completion of Mono.

Applies to