I noticed a nic is associated with ReservationStrategy where ReservationStrategy is : public enum ReservationStrategy { PlaceHolder, Create, Start, Managed; }
What does each strategy mean? Create -- does it mean the nic is just created because it's owner VM is being created? I want to use it distinguish creating a VM and starting a VM. Is it possible?