Hi, Just wondering if anyone can point me to singl...
# getting-started
t
Hi, Just wondering if anyone can point me to single example of a C# VSphere example that does something more than create a Datacenter, preferably creating all the resources need to provision a VM ?
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.