Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient GetContainerIpAddresses()

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.GetContainerIpAddresses() Method

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

public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetContainerIpAddresses();

Returns

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