CustomMonitoringObject.CreateResolvedWindowsComputers(IList<String>, ManagementGroup) Method

Definition

Create custom monitoring objects from the given resolved computer names. Computer names that could not be resolved are not returned.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringObject ^> ^ CreateResolvedWindowsComputers(System::Collections::Generic::IList<System::String ^> ^ computerNames, Microsoft::EnterpriseManagement::ManagementGroup ^ managementGroup);
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject> CreateResolvedWindowsComputers (System.Collections.Generic.IList<string> computerNames, Microsoft.EnterpriseManagement.ManagementGroup managementGroup);
static member CreateResolvedWindowsComputers : System.Collections.Generic.IList<string> * Microsoft.EnterpriseManagement.ManagementGroup -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObject>
Public Shared Function CreateResolvedWindowsComputers (computerNames As IList(Of String), managementGroup As ManagementGroup) As ReadOnlyCollection(Of CustomMonitoringObject)

Parameters

computerNames
IList<String>

Windows computer names.

managementGroup
ManagementGroup

Management group.

Returns

ReadOnlyCollection<CustomMonitoringObject>

Custom monitoring objects representing Windows computers.

Applies to