VNetOperationsExtensions.CreateOrUpdateAsync Method

Definition

Creates or updates a virtual network.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> CreateOrUpdateAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations operations, string vNetName, Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetParameter vNetDetails);
static member CreateOrUpdateAsync : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations * string * Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetParameter -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IVNetOperations, vNetName As String, vNetDetails As VNetParameter) As Task(Of OperationResultWithTrackingId)

Parameters

operations
IVNetOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations.

vNetName
String

Required. RemoteApp virtual network name.

vNetDetails
VNetParameter

Required. Details about the virtual network to create or update.

Returns

The response containing the operation tracking id.

Applies to