Sdílet prostřednictvím


NodeCountInformationGetResponse type

Obsahuje data odpovědi pro operaci get.

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