Share via


ManagementGroupAdministration.GetPartialAgentManagedComputer Method (Guid)

 

Applies To: Operations Manager for System Center 2012

Gets the specified partial agent-managed computer object that has the specified globally unique identifier (GUID).

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

Syntax

public PartialAgentManagedComputer GetPartialAgentManagedComputer(
    Guid computerId
)
public:
PartialAgentManagedComputer^ GetPartialAgentManagedComputer(
    Guid computerId
)
member GetPartialAgentManagedComputer : 
        computerId:Guid -> PartialAgentManagedComputer
Public Function GetPartialAgentManagedComputer (
    computerId As Guid
) As PartialAgentManagedComputer

Parameters

  • computerId
    Type: System.Guid

    The GUID of the computer to get.

Return Value

Type: Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer

Returns a PartialAgentManagedComputer object.

See Also

ManagementGroupAdministration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top