CollectionOperationsExtensions Class

Definition

RmoteApp management client

public static class CollectionOperationsExtensions
type CollectionOperationsExtensions = class
Public Module CollectionOperationsExtensions
Inheritance
CollectionOperationsExtensions

Methods

Create(ICollectionOperations, Boolean, CollectionCreationDetails)

Creates a collection with the given details.

CreateAsync(ICollectionOperations, Boolean, CollectionCreationDetails)

Creates a collection with the given details.

Delete(ICollectionOperations, String)

Deletes the given collection.

DeleteAsync(ICollectionOperations, String)

Deletes the given collection.

DisconnectSession(ICollectionOperations, String, SessionCommandParameter)

Disconnects the session associated with the user UPN

DisconnectSessionAsync(ICollectionOperations, String, SessionCommandParameter)

Disconnects the session associated with the user UPN

Get(ICollectionOperations, String)

Returns the result for a given collection

GetAd(ICollectionOperations, String)

Returns the specified Active directory's configuration.

GetAdAsync(ICollectionOperations, String)

Returns the specified Active directory's configuration.

GetAsync(ICollectionOperations, String)

Returns the result for a given collection

GetUsageDetails(ICollectionOperations, String, String, String, String)

Gets the summary of collection usage for the requested period.

GetUsageDetailsAsync(ICollectionOperations, String, String, String, String)

Gets the summary of collection usage for the requested period.

GetUsageSummary(ICollectionOperations, String, String, String)

Gets the summary of collection usage for the requested period.

GetUsageSummaryAsync(ICollectionOperations, String, String, String)

Gets the summary of collection usage for the requested period.

List(ICollectionOperations)

Returns the list of all collection currently available for the subscription Id

ListAsync(ICollectionOperations)

Returns the list of all collection currently available for the subscription Id

ListSessions(ICollectionOperations, String)

Gets the list of all sessions in the collection.

ListSessionsAsync(ICollectionOperations, String)

Gets the list of all sessions in the collection.

ListVms(ICollectionOperations, String)

Gets the list of all virtual machines in the collection.

ListVmsAsync(ICollectionOperations, String)

Gets the list of all virtual machines in the collection.

LogoffSession(ICollectionOperations, String, SessionCommandParameter)

Logs off the session associated with the user UPN

LogoffSessionAsync(ICollectionOperations, String, SessionCommandParameter)

Logs off the session associated with the user UPN

RegionList(ICollectionOperations)

Gets a list of all regions where collection can be created for the subscription.

RegionListAsync(ICollectionOperations)

Gets a list of all regions where collection can be created for the subscription.

RestartVm(ICollectionOperations, String, RestartVmCommandParameter)

Restarts VM associated with a collection.

RestartVmAsync(ICollectionOperations, String, RestartVmCommandParameter)

Restarts VM associated with a collection.

SendMessageToSession(ICollectionOperations, String, SessionSendMessageCommandParameter)

Sends message to the session associated with the user UPN

SendMessageToSessionAsync(ICollectionOperations, String, SessionSendMessageCommandParameter)

Sends message to the session associated with the user UPN

Set(ICollectionOperations, String, Boolean, Boolean, CollectionUpdateDetails)

Sets a new information to the collection with given id.

SetAd(ICollectionOperations, String, ActiveDirectoryConfigParameter)

Updates the specified Active directory's configuration.

SetAdAsync(ICollectionOperations, String, ActiveDirectoryConfigParameter)

Updates the specified Active directory's configuration.

SetAsync(ICollectionOperations, String, Boolean, Boolean, CollectionUpdateDetails)

Sets a new information to the collection with given id.

Applies to