Megosztás:


GetNodeInfoResponse type

A getNodeInfo művelet válaszadatait tartalmazza.

type GetNodeInfoResponse = NodeInfo & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: NodeInfo }
}