public final class GetVpnSitesConfigurationRequest extends Object
| Constructor and Description |
|---|
GetVpnSitesConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
outputBlobSasUrl()
Get the outputBlobSasUrl property: The sas-url to download the configurations for vpn-sites.
|
void |
validate()
Validates the instance.
|
List<String> |
vpnSites()
Get the vpnSites property: List of resource-ids of the vpn-sites for which config is to be downloaded.
|
GetVpnSitesConfigurationRequest |
withOutputBlobSasUrl(String outputBlobSasUrl)
Set the outputBlobSasUrl property: The sas-url to download the configurations for vpn-sites.
|
GetVpnSitesConfigurationRequest |
withVpnSites(List<String> vpnSites)
Set the vpnSites property: 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 set.public String outputBlobSasUrl()
public GetVpnSitesConfigurationRequest withOutputBlobSasUrl(String outputBlobSasUrl)
outputBlobSasUrl - the outputBlobSasUrl value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.