Class SLProfileManager
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Allows interaction with DMS Profile Manager.
public class SLProfileManager
- Inheritance
-
SLProfileManager
- Extension Methods
Properties
- Helper
Gets the ProfileManagerHelper.
Methods
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- GetParameters(params Parameter[])
Retrieves the profile parameters matching any of the specified filters.
- GetProfileDefinitions(params ProfileDefinition[])
Retrieves the profile definitions matching any of the specified filters.
- GetProfileInstances(params ProfileInstance[])
Retrieves the profile instances matching any of the specified filters.
- RemoveParameters(out string, params Parameter[])
Removes the specified profile parameters.
- RemoveProfileDefinitions(out string, params ProfileDefinition[])
Removes the specified profile definitions.
- RemoveProfileInstances(out string, params ProfileInstance[])
Removes the specified profile instances.
- SetParameters(out string, params Parameter[])
Adds or edits the specified profile parameters.
- SetProfileDefinitions(out string, params ProfileDefinition[])
Adds or edits the specified profile definitions.
- SetProfileInstances(out string, params ProfileInstance[])
Adds or edits the specified profile instances.