IVNetOperations.CreateOrUpdateAsync Method

Definition

Creates or updates a virtual network.

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

Parameters

vNetName
String

RemoteApp virtual network name.

vNetDetails
VNetParameter

Details about the virtual network to create or update.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response containing the operation tracking id.

Applies to