MoveFileInGuestRequestType
MoveFileInGuestRequestType
The parameters of MoveFileInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"srcFilePath": "string",
"dstFilePath": "string",
"overwrite": false
}
auth
Required
GuestAuthentication is an abstract base class for authentication in the guest.
string
srcFilePath
Required
The complete path to the original file or symbolic link to be moved.
string
dstFilePath
Required
The complete path to the where the file is renamed. It cannot be a path to an existing directory.
boolean
overwrite
Required
If set, the destination file is clobbered.