Interface VpnSitesConfigurationsClient
public interface VpnSitesConfigurationsClient
An instance of this class provides access to all the operations defined in VpnSitesConfigurationsClient.
-
Method Summary
Modifier and TypeMethodDescriptionbeginDownload(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group.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.beginDownloadAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group.voiddownload(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group.voiddownload(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.downloadAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group.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.
-
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
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.
-
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
PollerFluxfor 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
SyncPollerfor 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
SyncPollerfor 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
Monothat 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.
-