IUserDiskOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RemoteApp user disk operations.
public interface IUserDiskOperations
type IUserDiskOperations = interface
Public Interface IUserDiskOperations
Methods
CopyAsync(String, String, String, Boolean, CancellationToken) |
Copy user disk from one collection to the other and keep the source user disk. |
DeleteAsync(String, String, CancellationToken) |
Deletes the given user disk. |
MigrateAsync(String, String, String, String, Boolean, CancellationToken) |
Migrate user disks of all the users from a collection to the specified azure storage account |
Extension 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
Azure SDK for .NET