OV_ServiceTypeDefinition::HasAutoDeployPolicyGroup()
OV_ServiceTypeDefinition::HasAutoDeployPolicyGroup_Trans()
- boolean HasAutoDeployPolicyGroup(
- [in] string AutoDeployPolicyGroupName)
- boolean HasAutoDeployPolicyGroup_Trans(
- [in] string TransId,
- [in] string AutoDeployPolicyGroupName)
Parameters
- TransId
- Transaction ID returned from OV_Transaction::Start().
- AutoDeployPolicyGroupName
- The Name property of the auto-deploy policy group (instance of
OV_AutoDeployPolicyGroup) used to verify that the policy group is
associated with this service type.
Calling Convention
These methods can be called only from a WMI instance object.
Description
Returns true if the specified auto-deploy policy group (instance
of OV_AutoDeployPolicyGroup) is associated with this service
type.
Return Value
True if the auto-deploy policy group (instance of
OV_AutoDeployPolicyGroup) specified with the
AutoDeployPolicyGroupName parameter is associated with this service
type.
Extended Status Codes
- MDLAPI_E_TRANSACTION_NOT_EXIST
- Transaction with the specified ID does not exist.