CustomMonitoringObject.CreateResolvedWindowsComputers(IList<String>, ManagementGroup) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- managementGroup
- ManagementGroup
Management group.
Returns
Custom monitoring objects representing Windows computers.