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