Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService GetContainerIpAddresses()

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.GetContainerIpAddresses() Method

Gets a list of IP addresses for the container. These IPs are internal, they cannot be accessed outside of the host.

System.Collections.Generic.List<string> GetContainerIpAddresses();

Returns

System.Collections.Generic.List<System.String>
A list of IP addresses for the container.