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
System_CAPS_pubmethod ComputerNameDiscoveryCriteria()

Initializes the ComputerNameDiscoveryCriteria class.

System_CAPS_pubmethod 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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetComputerNames()

Gets the computer names included in the discovery criteria.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetComputerNames(IList<String>)

Sets the names of the Windows-based computers that you want to discover.

System_CAPS_pubmethod 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