VpnSitesConfiguration interface
Interface die een VpnSitesConfiguration vertegenwoordigt.
Methoden
| begin |
Geeft de SAS-URL om de configuraties voor vpn-sites in een resourcegroep te downloaden. |
| begin |
Geeft de SAS-URL om de configuraties voor vpn-sites in een resourcegroep te downloaden. |
Methodedetails
beginDownload(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)
Geeft de SAS-URL om de configuraties voor vpn-sites in een resourcegroep te downloaden.
function beginDownload(resourceGroupName: string, virtualWANName: string, request: GetVpnSitesConfigurationRequest, options?: VpnSitesConfigurationDownloadOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- virtualWANName
-
string
De naam van de VirtualWAN waarvoor de configuratie van alle vpn-sites nodig is.
- request
- GetVpnSitesConfigurationRequest
Parameters die zijn opgegeven voor het downloaden van de configuratie van vpn-sites.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDownloadAndWait(string, string, GetVpnSitesConfigurationRequest, VpnSitesConfigurationDownloadOptionalParams)
Geeft de SAS-URL om de configuraties voor vpn-sites in een resourcegroep te downloaden.
function beginDownloadAndWait(resourceGroupName: string, virtualWANName: string, request: GetVpnSitesConfigurationRequest, options?: VpnSitesConfigurationDownloadOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- virtualWANName
-
string
De naam van de VirtualWAN waarvoor de configuratie van alle vpn-sites nodig is.
- request
- GetVpnSitesConfigurationRequest
Parameters die zijn opgegeven voor het downloaden van de configuratie van vpn-sites.
De optiesparameters.
Retouren
Promise<void>