VpnSitesConfigurationOperationsExtensions.DownloadAsync 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 DownloadAsync (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 DownloadAsync : Microsoft.Azure.Management.Network.IVpnSitesConfigurationOperations * string * string * Microsoft.Azure.Management.Network.Models.GetVpnSitesConfigurationRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DownloadAsync (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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET