GetNodeHealthResponse type

Содержит данные ответа для операции getNodeHealth.

type GetNodeHealthResponse = NodeHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NodeHealth
  }
}