PublishingOperationsExtensions.ListAsync Method

Definition

Gets the list of details for all published applications from the collection.

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

Parameters

operations
IPublishingOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.IPublishingOperations.

collectionName
String

Required. Collection Name

Returns

Definition for result of GetPublishedApplicationList operation.

Applies to