次の方法で共有


GetNodeHealthResponse type

getNodeHealth 操作の応答データが含まれています。

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