VpnSitesConfigurationOperationsExtensions.BeginDownload Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gives the sas-url to download the configurations for vpn-sites in a resource group.
public static void BeginDownload (this Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations operations, string resourceGroupName, string virtualWANName, Microsoft.Azure.Management.Network.Models.GetVpnSitesConfigurationRequest request);
static member BeginDownload : Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations * string * string * Microsoft.Azure.Management.Network.Models.GetVpnSitesConfigurationRequest -> unit
<Extension()>
Public Sub BeginDownload (operations As IVpnSitesConfigurationOperations, resourceGroupName As String, virtualWANName As String, request As GetVpnSitesConfigurationRequest)
Parameters
- operations
- IVpnSitesConfigurationOperations
The operations group for this extension method.
- 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.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET