I think you can pass in an IFilterCollection for this (filter on the ISchedulerNode.NodeGroups property), though it's not very intuitive. I believe we are working on adding an easier-to-use interface for this at this for our next public drop.
In the meantime, you can access our Get-HpcNode cmdlet from you code as an alternative:
I think you can pass in an IFilterCollection for this (filter on the ISchedulerNode.NodeGroups property), though it's not very intuitive. I believe we are working on adding an easier-to-use interface for this at this for our next public drop.
In the meantime, you can access our Get-HpcNode cmdlet from you code as an alternative:
Can you tell me how do i create a pool/group of computers using .net API.
I will have a custom web page in which i will create i.e get the pool name and i will allocate compute nodes to the defined pool and this should create the pool name in HPC Server.