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