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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.