Compartilhar via


CollectionOperationsExtensions.DeleteAsync Método

Definição

Exclui a coleção fornecida.

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

Parâmetros

operations
ICollectionOperations

Referência ao Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations.

collectionName
String

Obrigatórios. O nome da coleção.

Retornos

A resposta que contém a ID de acompanhamento da operação.

Aplica-se a