HP Operations Manager for Windows

OV_AutoDeployPolicyGroup::Remove()
OV_AutoDeployPolicyGroup::Remove_Trans()


void Remove(
[in] string Name)
void Remove_Trans(
[in] string TransId,
[in] string Name)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
Name
The Name property of the instance of OV_AutoDeployPolicyGroup to be removed.

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Removes the specified auto-deploy policy group (instance of OV_AutoDeployPolicyGroup).

Return Value

None.

Extended Status Codes

MDLAPI_E_ADPOLGROUP_NOT_EXIST
Auto Deploy Policy Group does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.