Aracılığıyla paylaş


NodeCountInformationGetResponse type

Alma işlemi için yanıt verilerini içerir.

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