GetEnumerationRequestState method of the MSFT_ServerManagerDeploymentTasks class

Updates the state of a deployment request.

Syntax

uint32 GetEnumerationRequestState(
  [in]  MSFT_ServerManagerRequestGuid     RequestGuid,
  [out] MSFT_ServerManagerRequestState    EnumerationState,
  [out] MSFT_ServerManagerServerComponent ServerComponents[]
);

Parameters

RequestGuid [in]

The GUID of the deployment request.

EnumerationState [out]

A string that receives the state of the deployment request.

ServerComponents [out]

An array that receives the unique names of the server components for the request.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
ServerManager.DeploymentProvider.mof
DLL
ServerManager.DeploymentProvider.dll

See also

MSFT_ServerManagerDeploymentTasks