GetNodeInfoListResponse type
Содержит данные ответа для операции getNodeInfoList.
type GetNodeInfoListResponse = PagedNodeInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedNodeInfoList
}
}