MachinesListProcessesResponse type
Contains response data for the listProcesses operation.
type MachinesListProcessesResponse = ProcessCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ProcessCollection
}
}