Click or drag to resize

ResourceLifeCycleManagementSubmitPrioritizedProvisioningJob Method

Creates a prioritized resource lifecycle management provisioning job based on a Resource object
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
Syntax
C#
public void SubmitPrioritizedProvisioningJob(
	CodeMethodInvokeContext context,
	string operationEnum,
	int priority
)

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'.
priority
Type: SystemInt32
The priority in which to handle the job. The lower the number the quicker is the job processed.
See Also