IVNetOperations.DeleteAsync(String, CancellationToken) Method

Definition

Deletes the specified RemoteApp virtual network

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

Parameters

vNetName
String

RemoteApp virtual network name.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response containing the operation tracking id.

Applies to