Vm Guest Filesystem Directories APIs
The Directories service provides operations to manage directories in the guest filesystem.
Operations
                                            
                    
                            POST                        
                        
                                Create Vm Filesystem Directories                                                            
                                                            
                                    Creates a directory in the guest operating system. 
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.GuestOperations.Modify. 
                                
                                                    
                            POST                        
                        
                                Create Temporary Vm Filesystem Directories                                                            
                                                            
                                    Creates a temporary directory. 
 Creates a new unique temporary directory for the user to use as needed. The guest operating system may clean up the directory after a guest specific amount of time if parentPath is not set, or the user can remove the directory when no longer needed. 
 The new directory name will be created in a guest-specific format using prefix, a guest generated string and suffix in parentPath. 
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.GuestOperations.Modify. 
                                
                                                    
                            POST                        
                        
                                Delete Vm Filesystem Directories                                                            
                                                            
                                    Deletes a directory in the guest operating system. 
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.GuestOperations.Modify. 
                                
                                                    
                            POST                        
                        
                                Move Vm Filesystem Directories                                                            
                                                            
                                    Renames a directory in the guest. 
 Renames the directory, or copies and deletes the old contents as required by the underlying filsystem. 
if you do not have all of the privileges described as follows: 
   -  The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.GuestOperations.Modify. 
                                
                                                    