GetNodeInfoListResponse type
getNodeInfoList işlemi için yanıt verilerini içerir.
type GetNodeInfoListResponse = PagedNodeInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedNodeInfoList
}
}