次の方法で共有


GetNodeInfoResponse type

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

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