This message was deleted.
# getting-started
s
This message was deleted.
b
We've got an (untested) typescript example. Should give you an idea of what you need to do in c# https://github.com/pulumi/pulumi-vsphere/blob/master/examples/webserver/index.ts
t
i’ve got it all working until i need to get the network interfaces for the VM. I can’t call GetNetwork as a static func. It’s not a property of the datacenter as inferred from that sample you posted. There just doesn’t seem to be a single example of the C# vsphere provisioning at all… and that doesn’t seem right.