Add/Remove RDS Servers from collection

This commit is contained in:
vfedosevich 2014-12-15 04:41:12 -08:00
parent 07efbd695e
commit f2db06de56
18 changed files with 633 additions and 24 deletions

View file

@ -40,6 +40,7 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
public interface IRemoteDesktopServices
{
bool CreateCollection(string organizationId, RdsCollection collection);
bool AddRdsServersToDeployment(RdsServer[] servers);
RdsCollection GetCollection(string collectionName);
bool RemoveCollection(string organizationId, string collectionName);
bool SetUsersInCollection(string organizationId, string collectionName, List<string> users);