ComputerNameDiscoveryCriteria Class

System Center
 

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.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Administration::ComputerNameDiscoveryCriteria

public ref class ComputerNameDiscoveryCriteria 

NameDescription
System_CAPS_pubmethodComputerNameDiscoveryCriteria()

Initializes the ComputerNameDiscoveryCriteria class.

System_CAPS_pubmethodComputerNameDiscoveryCriteria(IList<String^>^)

Initializes the ComputerNameDiscoveryCriteria class with a list of the names of the Windows-based computers you want to discover.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetComputerNames()

Gets the computer names included in the discovery criteria.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetComputerNames(IList<String^>^)

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

System_CAPS_pubmethodToString()

(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.

Return to top
Show: