Microsoft FactoryOrchestrator Core IFactoryOrchestratorService GetIpAddressesAndNicNames()
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService
IFactoryOrchestratorService.GetIpAddressesAndNicNames() Method
Gets a list of IP addresses and the Network Adapter each IP address belongs to.
System.Collections.Generic.List<System.Tuple<string,string>> GetIpAddressesAndNicNames();
Returns
System.Collections.Generic.List<System.Tuple<System.String>>
A list of IP addresses and the Network Adapter each IP address belongs to.