UserDiskOperationsExtensions Class

Definition

RmoteApp management client

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

Methods

Copy(IUserDiskOperations, String, String, String, Boolean)

Copy user disk from one collection to the other and keep the source user disk.

CopyAsync(IUserDiskOperations, String, String, String, Boolean)

Copy user disk from one collection to the other and keep the source user disk.

Delete(IUserDiskOperations, String, String)

Deletes the given user disk.

DeleteAsync(IUserDiskOperations, String, String)

Deletes the given user disk.

Migrate(IUserDiskOperations, String, String, String, String, Boolean)

Migrate user disks of all the users from a collection to the specified azure storage account

MigrateAsync(IUserDiskOperations, String, String, String, String, Boolean)

Migrate user disks of all the users from a collection to the specified azure storage account

Applies to