MakeDirectoryInGuestRequestType
MakeDirectoryInGuestRequestType
The parameters of MakeDirectoryInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"directoryPath": "string",
"createParentDirectories": false
}
auth
Required
GuestAuthentication is an abstract base class for authentication in the guest.
string
directoryPath
Required
The complete path to the directory to be created.
boolean
createParentDirectories
Required
Whether any parent directories are to be created.