com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
VpnSitesConfigurationsClient.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> |
VpnSitesConfigurationsClient.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> |
VpnSitesConfigurationsClient.beginDownloadAsync(String resourceGroupName,
String virtualWanName,
GetVpnSitesConfigurationRequest request) |
Gives the sas-url to download the configurations for vpn-sites in a resource group.
|
void |
VpnSitesConfigurationsClient.download(String resourceGroupName,
String virtualWanName,
GetVpnSitesConfigurationRequest request) |
Gives the sas-url to download the configurations for vpn-sites in a resource group.
|
void |
VpnSitesConfigurationsClient.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> |
VpnSitesConfigurationsClient.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>>> |
VpnSitesConfigurationsClient.downloadWithResponseAsync(String resourceGroupName,
String virtualWanName,
GetVpnSitesConfigurationRequest request) |
Gives the sas-url to download the configurations for vpn-sites in a resource group.
|