Table of Contents

Method UpdateAndApplyProfileInstance

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

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 ProfileInstance
conflictsToQuarantine bool

Returns

ProfileInstance