IResourcePoolService
Represents the resource pool API service.
Adds a resources of a given type to a given [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html).
Creates the specified [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html).
Deletes the specified [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html) by the ArtifactID.
Gets the [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html) by the specified ArtifactID.
Gets the [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html) by the specified name.
ResourcePool[] GetAll()
Gets all [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html)s.
Gets a query for all clients that may be set as the client for a [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html).
ResourcePoolQuery<ResourceServer> QueryEligibleToAddResources(int resourcePoolId, ResourceType resourceType = 0)
Gets a query to enumerate resources of a given type that are associated with the [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html).
Removes a resources of a given type from a given [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html).
Updates the specified [ResourcePool](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.ResourcePool.html).