DataLakeStoreAccountsListByAccountNextResponse type
包含 listByAccountNext作的响应数据。
type DataLakeStoreAccountsListByAccountNextResponse =
DataLakeStoreAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeStoreAccountInformationListResult
}
}