共用方式為


MachinesGetLivenessResponse type

包含 getLiveness 作業的響應數據。

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