ManagementGroupAdministration.GetPartialAgentManagedComputers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
- criteria
- PartialAgentManagedComputerCriteria
Criteria.
Returns
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
Returns
Zero or more PartialAgentManagedComputer instances.