ComputerNameDiscoveryCriteria Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Specifies the criteria for the GetComputerNames method, limiting the returned objects to those that meet the criteria.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | ComputerNameDiscoveryCriteria() | Initializes the ComputerNameDiscoveryCriteria class. |
![]() | ComputerNameDiscoveryCriteria(IList<String^>^) | Initializes the ComputerNameDiscoveryCriteria class with a list of the names of the Windows-based computers you want to discover. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetComputerNames() | Gets the computer names included in the discovery criteria. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetComputerNames(IList<String^>^) | Sets the names of the Windows-based computers that you want to discover. |
![]() | ToString() | (Inherited from Object.) |
Construct a ComputerNameDiscoveryCriteria instance to specify the names of the Windows-based computers you want to discover. You can then use the criteria instance in a WindowsDiscoveryConfiguration object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

