this.PublicIps = Output.All(ips.ToImmutableArray()...
# dotnet
b
this.PublicIps = Output.All(ips.ToImmutableArray()); this.PublicDns = Output.All(hostnames.ToImmutableArray());