RequestStateChange method of the Msvm_PlannedComputerSystem class
Requests that the state of the planned system be changed to the value specified.
Syntax
uint32 RequestStateChange(
[in] uint16 RequestedState,
[out] CIM_ConcreteJob REF Job,
[in] datetime TimeoutPeriod
);
Parameters
-
RequestedState [in]
-
The requested state for the planned system.
-
Enabled (2)
-
Disabled (3)
-
Shut Down (4)
-
Offline (6)
-
Test (7)
-
Defer (8)
-
Quiesce (9)
-
Reboot (10)
-
Reset (11)
-
DMTF Reserved (..)
-
Vendor Reserved (32768..65535)
Job [out]
This parameter is not used and should be Null.
TimeoutPeriod [in]
This parameter is not used.
Return value
This method returns one of the following values.
Return code/value | Description |
---|---|
|
Success |
|
|
|
|
|
Access denied. |
|
|
|
|
|
|
|
|
|
|
|
The value specified in the RequestedState parameter is not supported. |
|
|
|
|
|
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Namespace |
Root\Virtualization\V2 |
MOF |
|
DLL |
|