Поделиться через


NodeCountInformationGetResponse type

Содержит данные ответа для операции получения.

type NodeCountInformationGetResponse = NodeCounts & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NodeCounts
  }
}