Interface VpnSiteLinkConnectionsClient


public interface VpnSiteLinkConnectionsClient
An instance of this class provides access to all the operations defined in VpnSiteLinkConnectionsClient.
  • 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 Response 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.
    • 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.