Compartilhar via


CollectionOperationsExtensions.GetAsync(ICollectionOperations, String) Método

Definição

Retorna o resultado de uma determinada coleção

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

Parâmetros

operations
ICollectionOperations

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

collectionName
String

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

Retornos

A resposta para a operação GetServiceList.

Aplica-se a