Class GetVpnSitesConfigurationRequest
- java.lang.Object
-
- com.microsoft.azure.management.network.GetVpnSitesConfigurationRequest
-
public class GetVpnSitesConfigurationRequest extends Object
List of Vpn-Sites.
-
-
Constructor Summary
Constructors Constructor Description GetVpnSitesConfigurationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringoutputBlobSasUrl()Get the outputBlobSasUrl value.List<com.microsoft.azure.SubResource>vpnSites()Get the vpnSites value.GetVpnSitesConfigurationRequestwithOutputBlobSasUrl(String outputBlobSasUrl)Set the outputBlobSasUrl value.GetVpnSitesConfigurationRequestwithVpnSites(List<com.microsoft.azure.SubResource> vpnSites)Set the vpnSites value.
-
-
-
Method Detail
-
vpnSites
public List<com.microsoft.azure.SubResource> vpnSites()
Get the vpnSites value.- Returns:
- the vpnSites value
-
withVpnSites
public GetVpnSitesConfigurationRequest withVpnSites(List<com.microsoft.azure.SubResource> vpnSites)
Set the vpnSites value.- Parameters:
vpnSites- the vpnSites value to set- Returns:
- the GetVpnSitesConfigurationRequest object itself.
-
outputBlobSasUrl
public String outputBlobSasUrl()
Get the outputBlobSasUrl value.- Returns:
- the outputBlobSasUrl value
-
withOutputBlobSasUrl
public GetVpnSitesConfigurationRequest withOutputBlobSasUrl(String outputBlobSasUrl)
Set the outputBlobSasUrl value.- Parameters:
outputBlobSasUrl- the outputBlobSasUrl value to set- Returns:
- the GetVpnSitesConfigurationRequest object itself.
-
-