public class GetVpnSitesConfigurationRequest extends Object
| Constructor and Description |
|---|
GetVpnSitesConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
outputBlobSasUrl()
Get the sas-url to download the configurations for vpn-sites.
|
List<String> |
vpnSites()
Get list of resource-ids of the vpn-sites for which config is to be downloaded.
|
GetVpnSitesConfigurationRequest |
withOutputBlobSasUrl(String outputBlobSasUrl)
Set the sas-url to download the configurations for vpn-sites.
|
GetVpnSitesConfigurationRequest |
withVpnSites(List<String> vpnSites)
Set list of resource-ids of the vpn-sites for which config is to be downloaded.
|
public List<String> vpnSites()
public GetVpnSitesConfigurationRequest withVpnSites(List<String> vpnSites)
vpnSites - the vpnSites value to setpublic String outputBlobSasUrl()
public GetVpnSitesConfigurationRequest withOutputBlobSasUrl(String outputBlobSasUrl)
outputBlobSasUrl - the outputBlobSasUrl value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/