ProcessesGetLivenessResponse type
Contains response data for the getLiveness operation.
type ProcessesGetLivenessResponse = Liveness & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Liveness }
}