Compartilhar via


NodeCountInformationGetResponse type

Contém dados de resposta para a operação get.

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