NodeCountInformationGetResponse type
Contiene i dati di risposta per l'operazione get.
type NodeCountInformationGetResponse = NodeCounts & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NodeCounts
}
}