VpnSitesConfigurationOperationsExtensions.BeginDownloadAsync 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 System.Threading.Tasks.Task BeginDownloadAsync (this Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations operations, string resourceGroupName, string virtualWANName, Microsoft.Azure.Management.Network.Models.GetVpnSitesConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default);
static member BeginDownloadAsync : Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations * string * string * Microsoft.Azure.Management.Network.Models.GetVpnSitesConfigurationRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDownloadAsync (operations As IVpnSitesConfigurationOperations, resourceGroupName As String, virtualWANName As String, request As GetVpnSitesConfigurationRequest, Optional cancellationToken As CancellationToken = Nothing) As Task
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.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
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.