I'm using Azure Management Libraries and want to restart a VM. Yet I have some question below about VMs on Azure. As you know a VM is also a cloud service. Therefore I'm getting the entire hosted service list and filter by RoleType = "PersistentVMRole" to get VMs list. Here are my questions:
- Does a VM have only one deployment slot named "Production"?
- Can a VM have more than one RoleInstance?
Can anyone clarify me about this?
Thanks, Abdurrahman