AccountsListNextResponse type
Enthält Antwortdaten für den listNext-Vorgang.
type AccountsListNextResponse = AccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AccountListResult
}
}