ProcessesGetLivenessResponse type

getLiveness işlemi için yanıt verilerini içerir.

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