MoveDirectoryInGuestRequestType
MoveDirectoryInGuestRequestType
The parameters of MoveDirectoryInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"srcDirectoryPath": "string",
"dstDirectoryPath": "string"
}
auth
Required
GuestAuthentication is an abstract base class for authentication in the guest.
string
srcDirectoryPath
Required
The complete path to the directory to be moved.
string
dstDirectoryPath
Required
The complete path to the where the directory is moved or its new name. It cannot be a path to an existing directory or an existing file.