MachinesGetLivenessResponse type

Contains response data for the getLiveness operation.

type MachinesGetLivenessResponse = Liveness & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Liveness }
}