getResourcePool

Back to index

Summary

Retrieves a specified resource pool by name.
resourcePoolName
Stringrequired
Name for the resource pool; must be unique among all resource pools.

Usage

Perl

$cmdr->getResourcePool( "test-resourcePoolName" # resourcePoolName );

ectool

ectool getResourcePool \ "test-resourcePoolName" `# resourcePoolName`

Examples

Perl

$cmdr->getResourcePool("Windows Pool");

ectool

ectool getResourcePool "Windows Pool"