NodeCountInformationGetResponse type

get 操作の応答データが含まれます。

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