ComputerNameDiscoveryCriteria Class
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.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.ComputerNameDiscoveryCriteria
Syntax
public class ComputerNameDiscoveryCriteria
public ref class ComputerNameDiscoveryCriteria
type ComputerNameDiscoveryCriteria = class end
Public Class ComputerNameDiscoveryCriteria
Constructors
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. |
Methods
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.) |
Remarks
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.
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