IAdministrationService.InsertDevices(IList<List<Pair<Guid,Object>>>, IList<List<Pair<Guid,Object>>>, IList<Guid>, IList<Pair<Guid,Object>>, String) 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.
Insert discovered devices and set management mode to remotely managed.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ InsertDevices(System::Collections::Generic::IList<System::Collections::Generic::List<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^> ^ keyPairsList, System::Collections::Generic::IList<System::Collections::Generic::List<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^> ^ propertyPairsList, System::Collections::Generic::IList<Guid> ^ managedTypeIdList, System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^ proxyAgentPairs, System::String ^ languageCode);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> InsertDevices (System.Collections.Generic.IList<System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>>> keyPairsList, System.Collections.Generic.IList<System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>>> propertyPairsList, System.Collections.Generic.IList<Guid> managedTypeIdList, System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>> proxyAgentPairs, string languageCode);
abstract member InsertDevices : System.Collections.Generic.IList<System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>>> * System.Collections.Generic.IList<System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>>> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>> * string -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function InsertDevices (keyPairsList As IList(Of List(Of Pair(Of Guid, Object))), propertyPairsList As IList(Of List(Of Pair(Of Guid, Object))), managedTypeIdList As IList(Of Guid), proxyAgentPairs As IList(Of Pair(Of Guid, Object)), languageCode As String) As IList(Of ResultSet)
Parameters
- languageCode
- String