Class GetVpnSitesConfigurationRequest
java.lang.Object
com.microsoft.azure.management.network.GetVpnSitesConfigurationRequest
List of Vpn-Sites.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the sas-url to download the configurations for vpn-sites.vpnSites()
Get list of resource-ids of the vpn-sites for which config is to be downloaded.withOutputBlobSasUrl
(String outputBlobSasUrl) Set the sas-url to download the configurations for vpn-sites.withVpnSites
(List<String> vpnSites) Set list of resource-ids of the vpn-sites for which config is to be downloaded.
-
Constructor Details
-
GetVpnSitesConfigurationRequest
public GetVpnSitesConfigurationRequest()
-
-
Method Details
-
vpnSites
Get list of resource-ids of the vpn-sites for which config is to be downloaded.- Returns:
- the vpnSites value
-
withVpnSites
Set list of resource-ids of the vpn-sites for which config is to be downloaded.- Parameters:
vpnSites
- the vpnSites value to set- Returns:
- the GetVpnSitesConfigurationRequest object itself.
-
outputBlobSasUrl
Get the sas-url to download the configurations for vpn-sites.- Returns:
- the outputBlobSasUrl value
-
withOutputBlobSasUrl
Set the sas-url to download the configurations for vpn-sites.- Parameters:
outputBlobSasUrl
- the outputBlobSasUrl value to set- Returns:
- the GetVpnSitesConfigurationRequest object itself.
-