VpnSitesConfiguration interface

Interface representing a VpnSitesConfiguration.

Methods

beginDownload(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)

Gives the sas-url to download the configurations for vpn-sites in a resource group.

beginDownloadAndWait(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)

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.

options
VpnSitesConfigurationDownloadOptionalParams

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.

options
VpnSitesConfigurationDownloadOptionalParams

The options parameters.

Returns

Promise<void>