DeleteResourcePool method of the CIM_ResourcePoolConfigurationService class
Start a job to delete a resource pool. No allocations may be outstanding or the delete will fail with "In Use." If the resource pool is a root resource pool, any host resources are returned back to the underlying system.
Syntax
uint32 DeleteResourcePool(
[in] CIM_ResourcePool REF Pool,
[out] CIM_ConcreteJob REF Job
);
Parameters
-
Pool [in]
-
A CIM_ResourcePool that references to the pool to delete.
-
Job [out]
-
A CIM_ConcreteJob that references the job (may be null if job completed).
Return value
Returns a 0 on success; otherwise, returns an error.
-
Job Completed with No Error (0)
-
Not Supported (1)
-
Unknown (2)
-
Timeout (3)
-
Failed (4)
-
Invalid Parameter (5)
-
In Use (6)
-
Incorrect ResourceType for the Pool (7)
-
DMTF Reserved (..)
-
Method Parameters Checked - Job Started (4096)
-
Method Reserved (4097..32767)
-
Vendor Specific (32768..65535)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8.1 |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|