NodeCountInformationGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type NodeCountInformationGetResponse = NodeCounts & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: NodeCounts
}
}