ManagerInAlert class
This data object contains information about resource manager that manages the device.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Alerts
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string ID { get; set; }
- Resource manager ID.
- public ManagerGroup [] Groups { get; set; }
- Information about groups in which the manager is a member.
- public string URI { get; set; }
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback