public interface VpnSitesConfigurationsClient
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
void |
download(String resourceGroupName,
String virtualWanName,
GetVpnSitesConfigurationRequest request)
Gives the sas-url to download the configurations for vpn-sites in a resource group.
|
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.
|
Mono<Void> |
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.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> downloadWithResponseAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.request - List of Vpn-Sites.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDownloadAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.request - List of Vpn-Sites.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDownload(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.request - List of Vpn-Sites.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.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)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.request - List of Vpn-Sites.context - The context to associate with this operation.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.Mono<Void> downloadAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.request - List of Vpn-Sites.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.void download(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.request - List of Vpn-Sites.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.void download(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request, com.azure.core.util.Context context)
resourceGroupName - The resource group name.virtualWanName - The name of the VirtualWAN for which configuration of all vpn-sites is needed.request - List of Vpn-Sites.context - The context to associate with this operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.