Vm Power APIs
The Power service provides operations for managing the power state of a virtual machine.
Operations
                                            
                    
                            GET                        
                        
                                Get Vm Power                                                            
                                                            
                                    Returns the power state information of a virtual machine.
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires System.Read. 
                                
                                                    
                            POST                        
                        
                                Reset Vm Power                                                            
                                                            
                                    Resets a powered-on virtual machine.
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.Interact.Reset. 
                                
                                                    
                            POST                        
                        
                                Start Vm Power                                                            
                                                            
                                    Powers on a powered-off or suspended virtual machine.
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.Interact.PowerOn. 
                                
                                                    
                            POST                        
                        
                                Stop Vm Power                                                            
                                                            
                                    Powers off a powered-on or suspended virtual machine.
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.Interact.PowerOff. 
                                
                                                    
                            POST                        
                        
                                Suspend Vm Power                                                            
                                                            
                                    Suspends a powered-on virtual machine.
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.Interact.Suspend. 
                                
                                                    