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
Vpn |
get(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
Retrieves the details of a vpn site link connection. |
|
abstract
Mono<Vpn |
getAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
Retrieves the details of a vpn site link connection. |
|
abstract
Response<Vpn |
getWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, Context context)
Retrieves the details of a vpn site link connection. |
|
abstract
Mono<Response<Vpn |
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:
Returns:
getAsync
public abstract Mono<VpnSiteLinkConnectionInner> getAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
Retrieves the details of a vpn site link connection.
Parameters:
Returns:
getWithResponse
public abstract Response<VpnSiteLinkConnectionInner> getWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, Context context)
Retrieves the details of a vpn site link connection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<VpnSiteLinkConnectionInner>> getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
Retrieves the details of a vpn site link connection.
Parameters:
Returns: