Interface VpnSitesConfigurationsClient


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

    • downloadWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> downloadWithResponseAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
      Gives the sas-url to download the configurations for vpn-sites in a resource group.
      Parameters:
      resourceGroupName - The resource group name.
      virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.
      request - Parameters supplied to download vpn-sites configuration.
      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.
    • beginDownloadAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDownloadAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
      Gives the sas-url to download the configurations for vpn-sites in a resource group.
      Parameters:
      resourceGroupName - The resource group name.
      virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.
      request - Parameters supplied to download vpn-sites configuration.
      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.
    • beginDownload

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDownload(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
      Gives the sas-url to download the configurations for vpn-sites in a resource group.
      Parameters:
      resourceGroupName - The resource group name.
      virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.
      request - Parameters supplied to download vpn-sites configuration.
      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.
    • beginDownload

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDownload(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request, com.azure.core.util.Context context)
      Gives the sas-url to download the configurations for vpn-sites in a resource group.
      Parameters:
      resourceGroupName - The resource group name.
      virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.
      request - Parameters supplied to download vpn-sites configuration.
      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.
    • downloadAsync

      Mono<Void> downloadAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
      Gives the sas-url to download the configurations for vpn-sites in a resource group.
      Parameters:
      resourceGroupName - The resource group name.
      virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.
      request - Parameters supplied to download vpn-sites configuration.
      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.
    • download

      void download(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
      Gives the sas-url to download the configurations for vpn-sites in a resource group.
      Parameters:
      resourceGroupName - The resource group name.
      virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.
      request - Parameters supplied to download vpn-sites configuration.
      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.
    • download

      void download(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request, com.azure.core.util.Context context)
      Gives the sas-url to download the configurations for vpn-sites in a resource group.
      Parameters:
      resourceGroupName - The resource group name.
      virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.
      request - Parameters supplied to download vpn-sites configuration.
      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.