Share via


ManagementGroupAdministrationSummary Class

 

Applies To: Operations Manager for System Center 2012

Exposes summary information for managed devices and computers.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.ManagementGroupAdministrationSummary

Syntax

public class ManagementGroupAdministrationSummary
public ref class ManagementGroupAdministrationSummary 
type ManagementGroupAdministrationSummary = class end
Public Class ManagementGroupAdministrationSummary

Properties

Name Description
System_CAPS_pubproperty AgentManagedComputerCount

Gets the number of agent-managed computers in a Management Group.

System_CAPS_pubproperty AgentPendingActionCount

Gets the number of agent computers that are performing an action in the Management Group.

System_CAPS_pubproperty ManagementServerCount

Gets the number of Management Servers in the Management Group.

System_CAPS_pubproperty RemotelyManagedComputerCount

Gets the number of remotely managed computers in a Management Group.

System_CAPS_pubproperty RemotelyManagedDeviceCount

Gets the number of remotely managed devices in a Management Group.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top