Skip to main content

ManagerGroup class

This data object contains information about the group in which a resource manager is a member.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Manager

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Id { get; set; }
Group ID.
public string Name { get; set; }
Group name.
public string GroupType { get; set; }
Group type. This value is always ManagerGroup.
public string GroupUri { get; set; }
Group URI.

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)