PublishingOperationsExtensions.List(IPublishingOperations, String) Method

Definition

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

public static Microsoft.WindowsAzure.Management.RemoteApp.Models.GetPublishedApplicationListResult List (this Microsoft.WindowsAzure.Management.RemoteApp.IPublishingOperations operations, string collectionName);
static member List : Microsoft.WindowsAzure.Management.RemoteApp.IPublishingOperations * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.GetPublishedApplicationListResult
<Extension()>
Public Function List (operations As IPublishingOperations, collectionName As String) As 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