DataLakeStoreAccountsListByAccountResponse type
Contiene datos de respuesta para la operación listByAccount.
type DataLakeStoreAccountsListByAccountResponse =
DataLakeStoreAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeStoreAccountInformationListResult
}
}