VpnSitesConfigurationsClient Interface
public interface VpnSitesConfigurationsClient
An instance of this class provides access to all the operations defined in VpnSitesConfigurationsClient.
Method Summary
Method Details
beginDownload
public abstract SyncPoller<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:
Returns:
beginDownload
public abstract SyncPoller<PollResult<Void>,Void> beginDownload(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request, Context context)
Gives the sas-url to download the configurations for vpn-sites in a resource group.
Parameters:
Returns:
beginDownloadAsync
public abstract PollerFlux<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:
Returns:
download
public abstract void download(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request)
Gives the sas-url to download the configurations for vpn-sites in a resource group.
Parameters:
download
public abstract void download(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request, Context context)
Gives the sas-url to download the configurations for vpn-sites in a resource group.
Parameters:
downloadAsync
public abstract 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:
Returns:
downloadWithResponseAsync
public abstract Mono<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:
Returns: