| ResourceLifeCycleManagementSubmitProvisioningJob Method |
Creates a resource lifecycle management provisioning job based on a Resource object
Note that the job is created with priority 10
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | Resource |
Namespace:
Omada.OE.Solution.OIM.Assembly.OPS
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic void SubmitProvisioningJob(
CodeMethodInvokeContext context,
string operationEnum
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
Context object containing information about in which context the code method is called
- operationEnum
- Type: SystemString
How should OPS handle the operation.
Can be either: create', 'update', 'delete', 'createOrUpdate', 'createIfNotExists' or 'deleteIfExists'.
See Also