UpdateVirtualMachineFilesResult

UpdateVirtualMachineFilesResult
UpdateVirtualMachineFilesResult

UpdateVirtualMachineFilesResult is the result returned to the UpdateVirtualMachineFiles_Task method.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "failedVmFile": [
        {
            "_typeName": "string",
            "vmFile": "string",
            "fault": {
                "_typeName": "string",
                "faultCause": "MethodFault Object",
                "faultMessage": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    }
                ]
            }
        }
    ]
}
failedVmFile
Optional

The list of virtual machines files the server has attempted to update but failed to update.