Method UpdateAndApplyProfileInstance
UpdateAndApplyProfileInstance(ProfileInstance, bool)
If this call is used, the ByReference Skyline.DataMiner.Net.SRM.Capacities.MultiResourceCapacityUsage and Skyline.DataMiner.Net.SRM.Capabilities.ResourceCapabilityUsage of the ReservationInstances will
be updated with the values from the ProfileInstance.
If there are conflicting changes in usage, other ReservationInstance will be quarantined if conflictsToQuarantine
is set to true.
If conflictsToQuarantine
is set to false, then the reservationInstances that would be quarantined are returned instead.
public ProfileInstance UpdateAndApplyProfileInstance(ProfileInstance instance, bool conflictsToQuarantine)
Parameters
instance
ProfileInstanceconflictsToQuarantine
bool