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
Retrieves the details of a vpn site link connection.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves the details of a vpn site link connection.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves the details of a vpn site link connection.
Parameters:
Returns:
Applies to
Azure SDK for Java