VNetOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a virtual network.

public static Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId CreateOrUpdate (this Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations operations, string vNetName, Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetParameter vNetDetails);
static member CreateOrUpdate : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations * string * Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetParameter -> Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId
<Extension()>
Public Function CreateOrUpdate (operations As IVNetOperations, vNetName As String, vNetDetails As VNetParameter) As 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