OV_AutoDeployPolicyGroup::GetByName()
OV_AutoDeployPolicyGroup::GetByName_Trans()
- OV_AutoDeployPolicyGroup GetByName(
- [in] string Name)
- OV_AutoDeployPolicyGroup GetByName_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 returned.
Calling Convention
These methods can be called from a WMI class or instance
object.
Description
Returns the auto-deploy policy group (instance of
OV_AutoDeployPolicyGroup) specified by the Name property.
Return Value
Instance of OV_AutoDeployPolicyGroup specified by the Name
property.
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.