ManagementGroupAdministration.GetPartialAgentManagedComputers Method

Definition

Gets the specified partial agent-managed computer objects from the Management Group.

Overloads

GetPartialAgentManagedComputers()

Get partial agent managed computers by criteria.

GetPartialAgentManagedComputers(PartialAgentManagedComputerCriteria)

Get partial agent managed computers by criteria.

GetPartialAgentManagedComputers(IList<Guid>)

Get partial agent managed computers by criteria.

GetPartialAgentManagedComputers()

Get partial agent managed computers by criteria.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::PartialAgentManagedComputer ^> ^ GetPartialAgentManagedComputers();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer> GetPartialAgentManagedComputers ();
member this.GetPartialAgentManagedComputers : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer>
Public Function GetPartialAgentManagedComputers () As ReadOnlyCollection(Of PartialAgentManagedComputer)

Returns

ReadOnlyCollection<PartialAgentManagedComputer>

Zero or more PartialAgentManagedComputer instances.

Applies to

GetPartialAgentManagedComputers(PartialAgentManagedComputerCriteria)

Get partial agent managed computers by criteria.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::PartialAgentManagedComputer ^> ^ GetPartialAgentManagedComputers(Microsoft::EnterpriseManagement::Administration::PartialAgentManagedComputerCriteria ^ criteria);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer> GetPartialAgentManagedComputers (Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputerCriteria criteria);
member this.GetPartialAgentManagedComputers : Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputerCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer>
Public Function GetPartialAgentManagedComputers (criteria As PartialAgentManagedComputerCriteria) As ReadOnlyCollection(Of PartialAgentManagedComputer)

Parameters

Returns

ReadOnlyCollection<PartialAgentManagedComputer>

Zero or more PartialAgentManagedComputer instances.

Applies to

GetPartialAgentManagedComputers(IList<Guid>)

Get partial agent managed computers by criteria.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::PartialAgentManagedComputer ^> ^ GetPartialAgentManagedComputers(System::Collections::Generic::IList<Guid> ^ computerIds);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer> GetPartialAgentManagedComputers (System.Collections.Generic.IList<Guid> computerIds);
member this.GetPartialAgentManagedComputers : System.Collections.Generic.IList<Guid> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.PartialAgentManagedComputer>
Public Function GetPartialAgentManagedComputers (computerIds As IList(Of Guid)) As ReadOnlyCollection(Of PartialAgentManagedComputer)

Parameters

computerIds
IList<Guid>

Computer ids.

Returns

ReadOnlyCollection<PartialAgentManagedComputer>

Zero or more PartialAgentManagedComputer instances.

Applies to