Interface VpnSiteLinkConnectionsClient
public interface VpnSiteLinkConnectionsClient
An instance of this class provides access to all the operations defined in VpnSiteLinkConnectionsClient.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the details of a vpn site link connection.getAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName) Retrieves the details of a vpn site link connection.com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner> getWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context) Retrieves the details of a vpn site link connection.Mono<com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner>> getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName) Retrieves the details of a vpn site link connection.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner>> 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
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<VpnSiteLinkConnectionInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner> getWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-