DeleteFileInGuestRequestType
DeleteFileInGuestRequestType
The parameters of DeleteFileInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"filePath": "string"
}
auth
Required
GuestAuthentication is an abstract base class for authentication in the guest.
string
filePath
Required
The complete path to the file or symbolic link to be deleted.