Microsoft FactoryOrchestrator Client FactoryOrchestratorClient GetIpAddressesAndNicNames()
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.GetIpAddressesAndNicNames() Method
Asynchronously Gets a list of IP addresses and the Network Adapter each IP address belongs to.
public System.Threading.Tasks.Task<System.Collections.Generic.List<System.Tuple<string,string>>> GetIpAddressesAndNicNames();
Returns
System.Threading.Tasks.Task<System.Collections.Generic.List<System.Tuple<System.String>>>
A list of IP addresses and the Network Adapter each IP address belongs to.