VpnSitesConfiguration interface
Interface representing a VpnSitesConfiguration.
Methods
begin |
Gives the sas-url to download the configurations for vpn-sites in a resource group. |
begin |
Gives the sas-url to download the configurations for vpn-sites in a resource group. |
Method Details
beginDownload(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)
Gives the sas-url to download the configurations for vpn-sites in a resource group.
function beginDownload(resourceGroupName: string, virtualWANName: string, request: GetVpnSitesConfigurationRequest, options?: VpnSitesConfigurationDownloadOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The resource group name.
- virtualWANName
-
string
The name of the VirtualWAN for which configuration of all vpn-sites is needed.
- request
- GetVpnSitesConfigurationRequest
Parameters supplied to download vpn-sites configuration.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDownloadAndWait(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)
Gives the sas-url to download the configurations for vpn-sites in a resource group.
function beginDownloadAndWait(resourceGroupName: string, virtualWANName: string, request: GetVpnSitesConfigurationRequest, options?: VpnSitesConfigurationDownloadOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The resource group name.
- virtualWANName
-
string
The name of the VirtualWAN for which configuration of all vpn-sites is needed.
- request
- GetVpnSitesConfigurationRequest
Parameters supplied to download vpn-sites configuration.
The options parameters.
Returns
Promise<void>