IGatewayOperations.BeginCreatingAsync Method
Asynchronously initiates the creation of a Virtual Network Gateway.
Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)
Usage
'Usage
Dim instance As IGatewayOperations
Dim virtualNetworkName As String
Dim parameters As GatewayCreateParameters
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of GatewayOperationResponse)
returnValue = instance.BeginCreatingAsync(virtualNetworkName, parameters, cancellationToken)
Syntax
'Declaration
Function BeginCreatingAsync ( _
virtualNetworkName As String, _
parameters As GatewayCreateParameters, _
cancellationToken As CancellationToken _
) As Task(Of GatewayOperationResponse)
Task<GatewayOperationResponse> BeginCreatingAsync (
string virtualNetworkName,
GatewayCreateParameters parameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginCreatingAsync (
String^ virtualNetworkName,
GatewayCreateParameters^ parameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse> BeginCreatingAsync (
String virtualNetworkName,
GatewayCreateParameters parameters,
CancellationToken cancellationToken
)
function BeginCreatingAsync (
virtualNetworkName : String,
parameters : GatewayCreateParameters,
cancellationToken : CancellationToken
) : Task<GatewayOperationResponse>
Parameters
- virtualNetworkName
The name of the Virtual Network.
- parameters
The GatewayCreateParameters object that contains the parameters that are used to create the Virtual Network Gateway.
- cancellationToken
The cancellation token.
Return Value
The GatewayGetOperationStatusResponse object that contains the status of the operation.
Remarks
If the asynchronous operation succeeds, the response includes the HTTP status code for the successful request. If the asynchronous operation failed, the response includes the HTTP status code for the failed request, and also includes error information about the failure.
For more information about creating a Virtual Network Gateway, see the following resources:
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
IGatewayOperations Interface
IGatewayOperations Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace