CollectionOperationsExtensions.ListVms(ICollectionOperations, String) Method

Definition

Gets the list of all virtual machines in the collection.

public static Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionVmsListResult ListVms (this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, string collectionName);
static member ListVms : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionVmsListResult
<Extension()>
Public Function ListVms (operations As ICollectionOperations, collectionName As String) As CollectionVmsListResult

Parameters

operations
ICollectionOperations

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

collectionName
String

Required. The RemoteApp collection name where vms exist.

Returns

List of virtual machines in a given collection.

Applies to