共用方式為


GatewayOperationsExtensions.BeginCreatingVirtualNetworkGatewayAsync Method

Definition

The Begin Creating Virtual network Gateway operation creates a new network gateway.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters);
static member BeginCreatingVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
<Extension()>
Public Function BeginCreatingVirtualNetworkGatewayAsync (operations As IGatewayOperations, networkName As String, parameters As VirtualNetworkGatewayCreateParameters) As Task(Of GatewayOperationResponse)

Parameters

operations
IGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

networkName
String

Required. The name of the virtual network for this gateway.

parameters
VirtualNetworkGatewayCreateParameters

Required. Parameters supplied to the Begin Creating Virtual Network Gateway operation.

Returns

A standard service response including an HTTP status code and request ID.

Applies to