Interface VpnLinkConnectionsClient


public interface VpnLinkConnectionsClient
An instance of this class provides access to all the operations defined in VpnLinkConnectionsClient.
  • Method Details

    • resetConnectionWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> resetConnectionWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Resets the VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the 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.
    • beginResetConnectionAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginResetConnectionAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Resets the VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the PollerFlux for polling of long-running operation.
      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.
    • beginResetConnection

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginResetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Resets the VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • beginResetConnection

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginResetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
      Resets the VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • resetConnectionAsync

      Mono<Void> resetConnectionAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Resets the VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      A Mono that completes when a successful response is received.
      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.
    • resetConnection

      void resetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Resets the VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      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.
    • resetConnection

      void resetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
      Resets the VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      context - The context to associate with this operation.
      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.
    • getAllSharedKeysAsync

      com.azure.core.http.rest.PagedFlux<ConnectionSharedKeyResultInner> getAllSharedKeysAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Lists all shared keys of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the list of shared keys for the vpn link connection as paginated response with PagedFlux.
      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.
    • getAllSharedKeys

      com.azure.core.http.rest.PagedIterable<ConnectionSharedKeyResultInner> getAllSharedKeys(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Lists all shared keys of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the list of shared keys for the vpn link connection as paginated response with PagedIterable.
      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.
    • getAllSharedKeys

      com.azure.core.http.rest.PagedIterable<ConnectionSharedKeyResultInner> getAllSharedKeys(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
      Lists all shared keys of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      context - The context to associate with this operation.
      Returns:
      the list of shared keys for the vpn link connection as paginated response with PagedIterable.
      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.
    • getDefaultSharedKeyWithResponseAsync

      Mono<com.azure.core.http.rest.Response<ConnectionSharedKeyResultInner>> getDefaultSharedKeyWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Gets the shared key of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the shared key of VpnLink connection specified 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.
    • getDefaultSharedKeyAsync

      Mono<ConnectionSharedKeyResultInner> getDefaultSharedKeyAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Gets the shared key of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the shared key of VpnLink connection specified 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.
    • getDefaultSharedKeyWithResponse

      com.azure.core.http.rest.Response<ConnectionSharedKeyResultInner> getDefaultSharedKeyWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
      Gets the shared key of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      context - The context to associate with this operation.
      Returns:
      the shared key of VpnLink connection specified 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.
    • getDefaultSharedKey

      ConnectionSharedKeyResultInner getDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Gets the shared key of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the shared key of VpnLink connection specified.
      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.
    • setOrInitDefaultSharedKeyWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> setOrInitDefaultSharedKeyWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters)
      Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
      Parameters:
      resourceGroupName - The resource group name of the VpnGateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the connection.
      linkConnectionName - The name of the vpn link connection.
      connectionSharedKeyParameters - Parameters supplied to set or auto generate the shared key for the vpn link connection.
      Returns:
      sharedKey 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.
    • beginSetOrInitDefaultSharedKeyAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectionSharedKeyResultInner>,ConnectionSharedKeyResultInner> beginSetOrInitDefaultSharedKeyAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters)
      Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
      Parameters:
      resourceGroupName - The resource group name of the VpnGateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the connection.
      linkConnectionName - The name of the vpn link connection.
      connectionSharedKeyParameters - Parameters supplied to set or auto generate the shared key for the vpn link connection.
      Returns:
      the PollerFlux for polling of sharedKey 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.
    • beginSetOrInitDefaultSharedKey

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionSharedKeyResultInner>,ConnectionSharedKeyResultInner> beginSetOrInitDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters)
      Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
      Parameters:
      resourceGroupName - The resource group name of the VpnGateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the connection.
      linkConnectionName - The name of the vpn link connection.
      connectionSharedKeyParameters - Parameters supplied to set or auto generate the shared key for the vpn link connection.
      Returns:
      the SyncPoller for polling of sharedKey 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.
    • beginSetOrInitDefaultSharedKey

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionSharedKeyResultInner>,ConnectionSharedKeyResultInner> beginSetOrInitDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters, com.azure.core.util.Context context)
      Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
      Parameters:
      resourceGroupName - The resource group name of the VpnGateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the connection.
      linkConnectionName - The name of the vpn link connection.
      connectionSharedKeyParameters - Parameters supplied to set or auto generate the shared key for the vpn link connection.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of sharedKey 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.
    • setOrInitDefaultSharedKeyAsync

      Mono<ConnectionSharedKeyResultInner> setOrInitDefaultSharedKeyAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters)
      Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
      Parameters:
      resourceGroupName - The resource group name of the VpnGateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the connection.
      linkConnectionName - The name of the vpn link connection.
      connectionSharedKeyParameters - Parameters supplied to set or auto generate the shared key for the vpn link connection.
      Returns:
      sharedKey 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.
    • setOrInitDefaultSharedKey

      ConnectionSharedKeyResultInner setOrInitDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters)
      Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
      Parameters:
      resourceGroupName - The resource group name of the VpnGateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the connection.
      linkConnectionName - The name of the vpn link connection.
      connectionSharedKeyParameters - Parameters supplied to set or auto generate the shared key for the vpn link connection.
      Returns:
      sharedKey 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.
    • setOrInitDefaultSharedKey

      ConnectionSharedKeyResultInner setOrInitDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters, com.azure.core.util.Context context)
      Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
      Parameters:
      resourceGroupName - The resource group name of the VpnGateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the connection.
      linkConnectionName - The name of the vpn link connection.
      connectionSharedKeyParameters - Parameters supplied to set or auto generate the shared key for the vpn link connection.
      context - The context to associate with this operation.
      Returns:
      sharedKey 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.
    • listDefaultSharedKeyWithResponseAsync

      Mono<com.azure.core.http.rest.Response<ConnectionSharedKeyResultInner>> listDefaultSharedKeyWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Gets the value of the shared key of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the value of the shared key of VpnLink connection specified 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.
    • listDefaultSharedKeyAsync

      Mono<ConnectionSharedKeyResultInner> listDefaultSharedKeyAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Gets the value of the shared key of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the value of the shared key of VpnLink connection specified 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.
    • listDefaultSharedKeyWithResponse

      com.azure.core.http.rest.Response<ConnectionSharedKeyResultInner> listDefaultSharedKeyWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
      Gets the value of the shared key of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      context - The context to associate with this operation.
      Returns:
      the value of the shared key of VpnLink connection specified 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.
    • listDefaultSharedKey

      ConnectionSharedKeyResultInner listDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Gets the value of the shared key of VpnLink connection specified.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the value of the shared key of VpnLink connection specified.
      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.
    • getIkeSasWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getIkeSasWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the response body 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.
    • beginGetIkeSasAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> beginGetIkeSasAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the PollerFlux for polling of long-running operation.
      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.
    • beginGetIkeSas

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> beginGetIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • beginGetIkeSas

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> beginGetIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
      Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • getIkeSasAsync

      Mono<String> getIkeSasAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the response body 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.
    • getIkeSas

      String getIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
      Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      Returns:
      the 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.
    • getIkeSas

      String getIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)
      Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
      Parameters:
      resourceGroupName - The name of the resource group.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      linkConnectionName - The name of the vpn link connection.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • listByVpnConnectionAsync

      com.azure.core.http.rest.PagedFlux<VpnSiteLinkConnectionInner> listByVpnConnectionAsync(String resourceGroupName, String gatewayName, String connectionName)
      Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
      Parameters:
      resourceGroupName - The resource group name of the vpn gateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      Returns:
      result of the request to list all vpn connections to a virtual wan vpn gateway as paginated response with PagedFlux.
      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.
    • listByVpnConnection

      com.azure.core.http.rest.PagedIterable<VpnSiteLinkConnectionInner> listByVpnConnection(String resourceGroupName, String gatewayName, String connectionName)
      Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
      Parameters:
      resourceGroupName - The resource group name of the vpn gateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      Returns:
      result of the request to list all vpn connections to a virtual wan vpn gateway as paginated response with PagedIterable.
      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.
    • listByVpnConnection

      com.azure.core.http.rest.PagedIterable<VpnSiteLinkConnectionInner> listByVpnConnection(String resourceGroupName, String gatewayName, String connectionName, com.azure.core.util.Context context)
      Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
      Parameters:
      resourceGroupName - The resource group name of the vpn gateway.
      gatewayName - The name of the gateway.
      connectionName - The name of the vpn connection.
      context - The context to associate with this operation.
      Returns:
      result of the request to list all vpn connections to a virtual wan vpn gateway as paginated response with PagedIterable.
      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.