Freigeben über


VpnSitesConfiguration interface

Schnittstelle, die eine VpnSitesConfiguration darstellt.

Methoden

beginDownload(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)

Gibt der sas-url das Herunterladen der Konfigurationen für VPN-Websites in einer Ressourcengruppe.

beginDownloadAndWait(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)

Gibt der sas-url das Herunterladen der Konfigurationen für VPN-Websites in einer Ressourcengruppe.

Details zur Methode

beginDownload(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)

Gibt der sas-url das Herunterladen der Konfigurationen für VPN-Websites in einer Ressourcengruppe.

function beginDownload(resourceGroupName: string, virtualWANName: string, request: GetVpnSitesConfigurationRequest, options?: VpnSitesConfigurationDownloadOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

virtualWANName

string

Der Name des VirtualWAN, für den die Konfiguration aller VPN-Standorte erforderlich ist.

request
GetVpnSitesConfigurationRequest

Parameter, die zum Herunterladen der Vpn-Sites-Konfiguration bereitgestellt werden.

options
VpnSitesConfigurationDownloadOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDownloadAndWait(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)

Gibt der sas-url das Herunterladen der Konfigurationen für VPN-Websites in einer Ressourcengruppe.

function beginDownloadAndWait(resourceGroupName: string, virtualWANName: string, request: GetVpnSitesConfigurationRequest, options?: VpnSitesConfigurationDownloadOptionalParams): Promise<void>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

virtualWANName

string

Der Name des VirtualWAN, für den die Konfiguration aller VPN-Standorte erforderlich ist.

request
GetVpnSitesConfigurationRequest

Parameter, die zum Herunterladen der Vpn-Sites-Konfiguration bereitgestellt werden.

options
VpnSitesConfigurationDownloadOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>