DataLakeStoreAccountsListByAccountNextResponse type
Contiene i dati di risposta per l'operazione listByAccountNext.
type DataLakeStoreAccountsListByAccountNextResponse =
DataLakeStoreAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeStoreAccountInformationListResult
}
}