IGatewayOperations.BeginGenerateVpnClientPackageAsync Method (String, GatewayGenerateVpnClientPackageParameters, CancellationToken)
The Generate VPN Client Package operation creates a VPN client package for the specified virtual network and gateway in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn205126.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<GatewayOperationResponse> BeginGenerateVpnClientPackageAsync(
string networkName,
GatewayGenerateVpnClientPackageParameters parameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginGenerateVpnClientPackageAsync(
String^ networkName,
GatewayGenerateVpnClientPackageParameters^ parameters,
CancellationToken cancellationToken
)
abstract BeginGenerateVpnClientPackageAsync :
networkName:string *
parameters:GatewayGenerateVpnClientPackageParameters *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginGenerateVpnClientPackageAsync (
networkName As String,
parameters As GatewayGenerateVpnClientPackageParameters,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
Parameters
networkName
Type: System.StringThe name of the virtual network for this gateway.
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParametersParameters supplied to the Generate VPN Client Package operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top