| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetVpnSitesConfigurationRequest |
GetVpnSitesConfigurationRequest.withOutputBlobSasUrl(String outputBlobSasUrl)
Set the outputBlobSasUrl property: The sas-url to download the configurations for vpn-sites.
|
GetVpnSitesConfigurationRequest |
GetVpnSitesConfigurationRequest.withVpnSites(List<String> vpnSites)
Set the vpnSites property: List of resource-ids of the vpn-sites for which config is to be downloaded.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.