RDS quotas
This commit is contained in:
parent
69e4f8db27
commit
b1af779c18
14 changed files with 310 additions and 49 deletions
|
@ -370,7 +370,12 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
set { createdResourceMailboxes = value; }
|
||||
}
|
||||
|
||||
|
||||
public int CreatedRdsServers { get; set; }
|
||||
public int CreatedRdsCollections { get; set; }
|
||||
public int CreatedRdsUsers { get; set; }
|
||||
public int AllocatedRdsServers { get; set; }
|
||||
public int AllocatedRdsCollections { get; set; }
|
||||
public int AllocatedRdsUsers { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue