Bagikan melalui


NodeCountInformationGetResponse type

Berisi data respons untuk operasi get.

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