IAdministrationService.GetRemotelyManagedDevicesByType(Guid, String, 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.
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