Megosztás:


GetNodeHealthResponse type

A getNodeHealth művelet válaszadatait tartalmazza.

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