IAdministrationService.GetRemotelyManagedDevicesByType(Guid, String, String) Method

Definition

Return devices of a type that are remotely managed.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ GetRemotelyManagedDevicesByType(Guid managedEntityTypeId, System::String ^ languageCode, System::String ^ proxyAgentFqdn);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> GetRemotelyManagedDevicesByType (Guid managedEntityTypeId, string languageCode, string proxyAgentFqdn);
abstract member GetRemotelyManagedDevicesByType : Guid * string * string -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function GetRemotelyManagedDevicesByType (managedEntityTypeId As Guid, languageCode As String, proxyAgentFqdn As String) As IList(Of ResultSet)

Parameters

managedEntityTypeId
Guid
languageCode
String
proxyAgentFqdn
String

Returns

IList<ResultSet>

Applies to