Delen via


NodeCountInformationGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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